var centerLatitude = 42.276;
var centerLongitude = -83.745;
var startZoom = 15;
var map;


function addMarker(latitude, longitude, description) {
	var marker = new GMarker(new GLatLng(latitude, longitude));
 	
	
	GEvent.addListener(marker, 'click',
		function() {
			marker.openInfoWindowHtml(description);
		}
	);
	 
	map.addOverlay(marker);
}


function init(){
	if (GBrowserIsCompatible()) {
		map = new GMap2(document.getElementById("map"));
		map.setCenter(new GLatLng(centerLatitude, centerLongitude), startZoom);
		map.addControl(new GSmallMapControl());
		map.addControl(new GMapTypeControl());
		map.addControl(new GZoomControl());
	
	var markers = [
		{
			'latitude': 42.2715,
			'longitude': -83.737646,
			'name': '<img src="http://www.wessingerproperties.com/Library/Pictures/816/816thumb.jpg"><a href="http://www.wessingerproperties.com/Pages/Properties/816/816tappan.htm"> 816 Tappan Street</a><br>Eleven Unique Apartments<br>Fantastic Location, Quiet Building!'
		},
		{
			'latitude': 42.2713,
			'longitude': -83.737504,
			'name': '<img src="http://www.wessingerproperties.com/Library/Pictures/826/826thumb.jpg"><a href="http://www.wessingerproperties.com/Pages/Properties/826/826tappan.htm"> 826 Tappan Street</a><br>Four Large Unique Apartments<br>Fantastic Location, Quiet Building!'
		},
		{
			'latitude': 42.2693,
			'longitude': -83.7405,
			'name': '<img src="http://www.wessingerproperties.com/Library/Pictures/1011/1011thumb.jpg"><a href="http://www.wessingerproperties.com/Pages/Properties/1011state.htm"> 1011 South State Street</a><br>Large 6 Bedroom House<br>Near Campus and Athletic Buildings.'
		},
		{
			'latitude': 42.27055,
			'longitude': -83.7364,
			'name': '<img src="http://www.wessingerproperties.com/Library/Pictures/857/857thumb.jpg"><a href="http://www.wessingerproperties.com/Pages/Properties/857tappan.htm"> 857 Tappan Street</a><br>Large 7 Bedroom House<br>Three Kitchens, Three Full Bathrooms!'
		},
		{
			'latitude': 42.27015,
			'longitude': -83.7367,
			'name': '<img src="http://www.wessingerproperties.com/Library/Pictures/1026/1026thumb.jpg"><a href="http://www.wessingerproperties.com/Pages/Properties/1026/1026oakland.htm"> 1026 Oakland Boulevard</a><br>Three Large Apartments<br>Fantastic Location, Quiet Building!'
		},
		{
			'latitude': 42.27145,
			'longitude': -83.73463,
			'name': '<img src="http://www.wessingerproperties.com/Library/Pictures/818/818thumb.jpg"><a href="http://www.wessingerproperties.com/Pages/Properties/818/818church.htm"> 818 Church Street</a><br>Five Apartments<br>Near Business and Law Schools. Quiet Building!'
		},
		{
			'latitude': 42.2685,
			'longitude': -83.7368,
			'name': '<img src="http://www.wessingerproperties.com/Library/Pictures/1202/1202thumb.jpg"><a href="http://www.wessingerproperties.com/Pages/Properties/1202euniversity.htm"> 1202 East University</a><br>4 Person House<br>Cozy, Well-maintained House, Unique Lot.'
		},
		{
			'latitude': 42.26825,
			'longitude': -83.73665,
			'name': '<img src="http://www.wessingerproperties.com/Library/Pictures/1204/1204thumb.jpg"><a href="http://www.wessingerproperties.com/Pages/Properties/1204euniversity.htm"> 1204 East University</a><br>Spacious 6 Bedroom House.'
		},
		{
			'latitude': 42.2698,
			'longitude': -83.7383,
			'name': '<img src="http://www.wessingerproperties.com/Library/Pictures/820/820thumb.jpg"><a href="http://www.wessingerproperties.com/Pages/Properties/820arch.htm"> 820 Arch Street</a><br>Beautiful 5 Bedroom House<br>Fantastic Location, Well-maintained!'
		},
		{
			'latitude': 42.2719,
			'longitude': -83.7438,
			'name': '<img src="http://www.wessingerproperties.com/Library/Pictures/417/417thumb.jpg"><a href="http://www.wessingerproperties.com/Pages/Properties/417hill.htm"> 417 Hill Street</a><br>Charming 4 Bedroom<br>Near Central Campus and Athletic Buildings!'
		},
		{
			'latitude': 42.271774,
			'longitude': -83.74225,
			'name': '<img src="http://www.wessingerproperties.com/Library/Pictures/524/524thumb.jpg"><a href="http://www.wessingerproperties.com/Pages/Properties/524/524hill.htm"> 524 Hill Street</a><br>4 Unique Apartments<br>Near Law/Business Schools, Quiet Building!'
		},
		{
			'latitude': 42.271776,
			'longitude': -83.7421,
			'name': '530 <img src="http://www.wessingerproperties.com/Library/Pictures/530/530thumb.jpg"><a href="http://www.wessingerproperties.com/Pages/Properties/530/530hill.htm"> 530 Hill Street</a><br>5 Unique Apartments<br>Near Law/Business Schools, Quiet Building!'
		},
		{
			'latitude': 42.271777,
			'longitude': -83.74195,
			'name': '<img src="http://www.wessingerproperties.com/Library/Pictures/534/534thumb.jpg"><a href="http://www.wessingerproperties.com/Pages/Properties/534hill.html"> 534 Hill Street</a><br>Very Spacious 6 Bedroom House<br>Near Central Campus and Athletic Buildings!'
		},
		{
			'latitude': 42.2752,
			'longitude': -83.7458,
			'name': '<img src="http://www.wessingerproperties.com/Library/Pictures/314/314thumb.jpg"><a href="http://www.wessingerproperties.com/Pages/Properties/314/314packard.htm"> 314 Packard Street</a><br>4 Unique Apartments<br>Near Central Campus and Downtown<br>Quiet Building!'
		},
		{
			'latitude': 42.2792,
			'longitude': -83.75295,
			'name': '<img src="http://www.wessingerproperties.com/Library/Pictures/408/408thumb.jpg"><a href="http://www.wessingerproperties.com/Pages/Properties/408/408liberty.htm"> 408 West Liberty Street</a><br>4 Unique Apartments<br>Historic Building on Ann Arbor\'s "Old West" Side.'
		},
		{
			'latitude': 42.26685,
			'longitude': -83.75815,
			'name': '<img src="http://www.wessingerproperties.com/Library/Pictures/1137/1137thumb.jpg"><a href="http://www.wessingerproperties.com/Pages/Properties/1137/1137seventh.htm"> 1137 South Seventh Street</a><br>Very Nice Duplex<br>Near Almendinger Park and "The Big House"!'
		},
		{
			'latitude': 42.2814,
			'longitude': -83.7380,
			'name': '<img src="http://www.wessingerproperties.com/Library/Pictures/909/909thumb.jpg"><a href="http://www.wessingerproperties.com/Pages/Properties/909/909huron.htm"> 909 East Huron</a><br>4 Unique Apartments<br>Near Medical and Dental Schools, Quiet Building!'
		},
		{
			'latitude': 42.2816,
			'longitude': -83.73775,
			'name': '<img src="http://www.wessingerproperties.com/Library/Pictures/915/915thumb.jpg"><a href="http://www.wessingerproperties.com/Pages/Properties/915huron.htm"> 915 East Huron</a><br>5 Bedroom House<br>Near Medical and Dental Schools.'
		},
		{
			'latitude': 42.27285,
			'longitude': -83.739362,
			'name': '<img src="http://www.wessingerproperties.com/Library/Pictures/711/711thumb.jpg"><a href="http://www.wessingerproperties.com/Pages/Properties/711oakland.htm"> 711 Oakland Boulevard</a><br>5 Bedroom House<br>Fantastic Location, Near Law/Public Policy Schools.'
		},
		{
			'latitude': 42.2727,
			'longitude': -83.739362,
			'name': '<img src="http://www.wessingerproperties.com/Library/Pictures/715/715thumb.jpg"><a href="http://www.wessingerproperties.com/Pages/Properties/715oakland.htm"> 715 Oakland Boulevard</a><br>5 Bedroom House<br>Fantastic Location, Near Law/Business Schools.'
		},
		{
			'latitude': 42.28485,
			'longitude': -83.7427,
			'name': '<img src="http://www.wessingerproperties.com/Library/Pictures/419/419thumb.jpg"><a href="http://www.wessingerproperties.com/Pages/Properties/419kingsley.htm"> 419 East Kingsley</a><br>7 Bedroom House<br>Near Central Campus and Kerrytown.'
		},
	];
		for(id in markers){
			addMarker(markers[id].latitude, markers[id].longitude, markers[id].name);
		}	
	}
}
 
window.onload = init;
window.onunload = GUnload;