
google.load("maps", "2.x");

function add_markers() {

	mapobj = new google.maps.Map2(document.getElementById("map"));
	mapobj.addControl(new GSmallMapControl());
	mapobj.addControl(new GScaleControl());
	mapobj.addControl(new GOverviewMapControl());
	var center = new google.maps.LatLng(33.77,-84.37);
	mapobj.setCenter(center,10);

	var locations = [
		
			{

	
		"streetname": "Grand Hickory Dr",
	

	
		"subdivision": "Mulberry Park Ph 02",
	

	
		"zip": 30517,
	

	
		"hsr_url": "Http://projects.ajchomefinder.com/atlanta-home-sales-report/detail/gwinnett/30517",
	

	
		"price": "0",
	

	
		"date": "Dec 19, 2008",
	

	
		"city": "Braselton",
	

	
		"id": 1279762,
	

	
		"coordinates": {"latitude": 34.12292433, "longitude": -83.820921263},
	

	
		"number": 6603,
	


	
	"zip_link": "http://homesales.ajchomefinder.com/homesales/zip/30517",
	

	
	"city_link": "http://homesales.ajchomefinder.com/homesales/city/braselton",
	

	
	"sub_link": "http://homesales.ajchomefinder.com/homesales/subdivision/30517/mulberry_park_ph_02",
	

	
	"street_link": "http://homesales.ajchomefinder.com/homesales/street/30517/grand_hickory_dr",
	

	
	"hsr_link": "http://projects.ajchomefinder.com/atlanta-home-sales-report/detail/Gwinnett/30517",
	

	
	"address_link": "http://homesales.ajchomefinder.com/homesales/street/30517/grand_hickory_dr/6603",
	

	"null":null
}

			
			,
			
		
			{

	
		"streetname": "Grand Hickory Dr",
	

	
		"subdivision": "Mulberry Park Ph 02",
	

	
		"zip": 30517,
	

	
		"hsr_url": "Http://projects.ajchomefinder.com/atlanta-home-sales-report/detail/gwinnett/30517",
	

	
		"price": "136,148",
	

	
		"date": "May 06, 2008",
	

	
		"city": "Braselton",
	

	
		"id": 1225491,
	

	
		"coordinates": {"latitude": 34.12292433, "longitude": -83.820921263},
	

	
		"number": 6603,
	


	
	"zip_link": "http://homesales.ajchomefinder.com/homesales/zip/30517",
	

	
	"city_link": "http://homesales.ajchomefinder.com/homesales/city/braselton",
	

	
	"sub_link": "http://homesales.ajchomefinder.com/homesales/subdivision/30517/mulberry_park_ph_02",
	

	
	"street_link": "http://homesales.ajchomefinder.com/homesales/street/30517/grand_hickory_dr",
	

	
	"hsr_link": "http://projects.ajchomefinder.com/atlanta-home-sales-report/detail/Gwinnett/30517",
	

	
	"address_link": "http://homesales.ajchomefinder.com/homesales/street/30517/grand_hickory_dr/6603",
	

	"null":null
}

			
			,
			
		
			{

	
		"streetname": "Grand Hickory Dr",
	

	
		"subdivision": "Mulberry Park Ph 02",
	

	
		"zip": 30517,
	

	
		"hsr_url": "Http://projects.ajchomefinder.com/atlanta-home-sales-report/detail/gwinnett/30517",
	

	
		"price": "0",
	

	
		"date": "May 06, 2008",
	

	
		"city": "Braselton",
	

	
		"id": 1225492,
	

	
		"coordinates": {"latitude": 34.12292433, "longitude": -83.820921263},
	

	
		"number": 6603,
	


	
	"zip_link": "http://homesales.ajchomefinder.com/homesales/zip/30517",
	

	
	"city_link": "http://homesales.ajchomefinder.com/homesales/city/braselton",
	

	
	"sub_link": "http://homesales.ajchomefinder.com/homesales/subdivision/30517/mulberry_park_ph_02",
	

	
	"street_link": "http://homesales.ajchomefinder.com/homesales/street/30517/grand_hickory_dr",
	

	
	"hsr_link": "http://projects.ajchomefinder.com/atlanta-home-sales-report/detail/Gwinnett/30517",
	

	
	"address_link": "http://homesales.ajchomefinder.com/homesales/street/30517/grand_hickory_dr/6603",
	

	"null":null
}

			
			,
			
		
			{

	
		"streetname": "Grand Hickory Dr",
	

	
		"subdivision": "Mulberry Park Ph 02",
	

	
		"zip": 30517,
	

	
		"hsr_url": "Http://projects.ajchomefinder.com/atlanta-home-sales-report/detail/gwinnett/30517",
	

	
		"price": "145,900",
	

	
		"date": "Aug 19, 2004",
	

	
		"city": "Braselton",
	

	
		"id": 757289,
	

	
		"coordinates": {"latitude": 34.12292433, "longitude": -83.820921263},
	

	
		"number": 6603,
	


	
	"zip_link": "http://homesales.ajchomefinder.com/homesales/zip/30517",
	

	
	"city_link": "http://homesales.ajchomefinder.com/homesales/city/braselton",
	

	
	"sub_link": "http://homesales.ajchomefinder.com/homesales/subdivision/30517/mulberry_park_ph_02",
	

	
	"street_link": "http://homesales.ajchomefinder.com/homesales/street/30517/grand_hickory_dr",
	

	
	"hsr_link": "http://projects.ajchomefinder.com/atlanta-home-sales-report/detail/Gwinnett/30517",
	

	
	"address_link": "http://homesales.ajchomefinder.com/homesales/street/30517/grand_hickory_dr/6603",
	

	"null":null
}

			
		
	];
	
	center = new google.maps.LatLng(34.12292433,-83.820921263);
	
	var zoom = 16;
	
	window.mapobj.setCenter(center,zoom);
	

	var i;
	for(i=0;i<locations.length;i++) {
		var lat = locations[i].coordinates.latitude;
		var lng = locations[i].coordinates.longitude;
		var point = new google.maps.LatLng(lat,lng);
		var marker = new google.maps.Marker(point);
		GEvent.addListener(marker, "click", 
			create_info_closure(marker,locations[i]));
		mapobj.addOverlay(marker);
	}

}

google.setOnLoadCallback(add_markers);

