﻿// JScript File
function loadGoogleMap()
{
    // make sure the browser is compatible with Google maps
    if (GBrowserIsCompatible())
    {

        // get a handle to our map div
        var map = new GMap2(document.getElementById("map"));
        // see Google Maps API for info on these calls
        map.addControl(new GLargeMapControl ());
        map.addControl(new GScaleControl ());
        //takes up too much real estate
		//map.addControl(new GOverviewMapControl ());
        map.addControl(new GMapTypeControl());
        map.setCenter(new GLatLng(33.96589536622731, -84.36006546020508), 10);
        // Download the data in data.xml and load it on the map. 

        // Create our "currently selling" marker icon
        var icon = new GIcon();
        icon.image = "images/green.png";
        icon.shadow = "images/mm_20_shadow.png";
        icon.iconSize = new GSize(12, 18);
        icon.shadowSize = new GSize(22, 20);
        icon.iconAnchor = new GPoint(6, 20);
        icon.infoWindowAnchor = new GPoint(5, 1);
	    
		// Create our "coming soon" marker icon
        var icon2 = new GIcon();
        icon2.image = "images/blue.gif";
        icon2.shadow = "images/mm_20_shadow.png";
        icon2.iconSize = new GSize(12, 18);
        icon2.shadowSize = new GSize(22, 20);
        icon2.iconAnchor = new GPoint(6, 20);
        icon2.infoWindowAnchor = new GPoint(5, 1);
        
        // Create our "coming soon" marker icon
        var icon3 = new GIcon();
        icon3.image = "images/red.png";
        icon3.shadow = "images/mm_20_shadow.png";
        icon3.iconSize = new GSize(12, 18);
        icon3.shadowSize = new GSize(22, 20);
        icon3.iconAnchor = new GPoint(6, 20);
        icon3.infoWindowAnchor = new GPoint(5, 1);
		
	    point = new GPoint(-84.2817771434784, 34.0111105271745); 
	    //ArdenPlace = new GMarker(point, icon2);
		var tooltip = "Arden Place";
		ArdenPlace = new GMarker(point,{icon:icon2, title:tooltip}); 
	    GEvent.addListener(ArdenPlace, "click", function() 
	    { 
	        ArdenPlace.openInfoWindowTabsHtml([new GInfoWindowTab("Location","<table border='1' width='300' cellpadding='0' cellspacing='0' bordercolor='#000000'><tr><td><table border='0' width='300'><tr><td colspan='2'><a href='http://www.cdginc.com/Page4214.aspx' target='_parent'><span class='iwstyle'><b>Arden Place</b></span></a></td></tr><tr><td width='150'><a href='http://www.cdginc.com/Page4214.aspx' target='_parent' border='0'><img src='images/capitaldesign_logo.jpg' width='150' height='113' border='0'></a></td><td width='150' valign='top'><span class='iwstyle'>135 Arden Place<br>Alpharetta, GA 30022<br><br><b>Office:</b>(770)518-9141<br><b>Fax:</b>(770)518-5683<br><br><b>Contact:</b>Kelli Trainor<br><b>Cell:</b>(770)715-4117</span></td></tr></table></td></tr></table>")]);
	    }); 
	    map.addOverlay(ArdenPlace);
	
	    var point = new GPoint(-84.55146789550781, 34.02677043872617);
		tooltip = "The Enclave at Laura Creek";
	    TheEnclave = new GMarker(point,{icon:icon2, title:tooltip});
	    GEvent.addListener(TheEnclave, "click", function() 
	    { 		
	        TheEnclave.openInfoWindowTabsHtml([new GInfoWindowTab("Location","<table border='1' width='300' cellpadding='0' cellspacing='0' bordercolor='#000000'><tr><td><table border='0' width='300'><tr><td colspan='2'><a href='http://www.harrishomesenterprises.com/engine/content/standard/941/en/19033/' target='_parent'><span class='iwstyle'><b>The Enclave at Laura Creek</b></span></a></td></tr><tr><td width='150'><a href='http://www.harrishomesenterprises.com/engine/content/standard/941/en/19033/' target='_parent' border='0'><img src='images/HarrisHomes_logo.jpg' width='150' height='122' border='0'></a></td><td width='150' valign='top'><span class='iwstyle'>47 craftsman style homes from the mid $400s<br><br><br><b>Builder: Harris Homes</b></span></td></tr></table></td></tr></table>")]);
	    }); 
	    map.addOverlay(TheEnclave); 
	
		point = new GPoint(-84.61034774780273, 33.97055563443802);
		tooltip = "Barrett Heights";
	    BarrettHeights = new GMarker(point,{icon:icon, title:tooltip}); 
	    GEvent.addListener(BarrettHeights, "click", function()
	    { 
	        BarrettHeights.openInfoWindowTabsHtml([new GInfoWindowTab("Location","<table border='1' width='300' cellpadding='0' cellspacing='0' bordercolor='#000000'><tr><td><table border='0' width='300'><tr><td colspan='2'><a href='http://www.barrettheights.com/' target='_parent'><span class='iwstyle'><b>Barrett Heights</b></span></a></td></tr><tr><td width='150'><a href='http://www.blackanddavidhomes.com/' target='_parent' border='0'><img src='images/blackanddavid.jpg' width='150' height='113' border='0'></a></td><td width='150' valign='top'><span class='iwstyle'>66 Craftsman Style Homes from the high $400's<br><br><b>Builder: Black & David Homes</b><br><br>Shutters are in the office and dining room of the model home<br></span></td></tr></table></td></tr></table>")]);
	    }); 
	    map.addOverlay(BarrettHeights);
	    
	    var point = new GPoint(-84.17711734771728, 34.12205478269483);
		tooltip = "Ballantrae at Creekstone";
	    Ballantraeatcreekstone = new GMarker(point,{icon:icon2, title:tooltip});
	    GEvent.addListener(Ballantraeatcreekstone, "click", function() 
	    { 		
	        Ballantraeatcreekstone.openInfoWindowTabsHtml([new GInfoWindowTab("Location","<table border='1' width='300' cellpadding='0' cellspacing='0' bordercolor='#000000'><tr><td><table border='0' width='300'><tr><td colspan='2'><a href='http://www.ballantraeatcreekstone.com/' target='_parent'><span class='iwstyle'><b>Ballantrae at Creekstone</b></span></a></td></tr><tr><td width='150'><a href='http://www.ballantraeatcreekstone.com/' target='_parent' border='0'><img src='images/ballantrae.jpg' width='150' height='122' border='0'></a></td><td width='150' valign='top'><span class='iwstyle'>68 ranch townhomes<br><br><br><b>Builder: Morningside Partners</b></span></td></tr></table></td></tr></table>")]);
	    }); 
	    map.addOverlay(Ballantraeatcreekstone);
	    
	    var point = new GPoint(-84.21329498291015, 34.040551615753465);
		tooltip = "Beckton Hall";
	    BecktonHall = new GMarker(point,{icon:icon2, title:tooltip});
	    GEvent.addListener(BecktonHall, "click", function() 
	    { 		
	        BecktonHall.openInfoWindowTabsHtml([new GInfoWindowTab("Location","<table border='1' width='300' cellpadding='0' cellspacing='0' bordercolor='#000000'><tr><td><table border='0' width='300'><tr><td colspan='2'><a href='http://www.cdginc.com/Page4219.aspx' target='_parent'><span class='iwstyle'><b>Beckton Hall</b></span></a></td></tr><tr><td width='150'><a href='http://www.cdginc.com/Page4219.aspx' target='_parent' border='0'><img src='images/capitaldesign_logo.jpg' width='150' height='122' border='0'></a></td><td width='150' valign='top'><span class='iwstyle'>36 custom designed homes<br><br><br><b>Builder: Capital Design Group</b></span></td></tr></table></td></tr></table>")]);
	    }); 
	    map.addOverlay(BecktonHall);
	    
	    var point = new GPoint(-84.32782530784607, 34.08879475727702);
		tooltip = "Bethany Commons";
	    BethanyCommons = new GMarker(point,{icon:icon2, title:tooltip});
	    GEvent.addListener(BethanyCommons, "click", function() 
	    { 		
	        BethanyCommons.openInfoWindowTabsHtml([new GInfoWindowTab("Location","<table border='1' width='300' cellpadding='0' cellspacing='0' bordercolor='#000000'><tr><td><table border='0' width='300'><tr><td colspan='2'><a href='http://www.cdginc.com/Page4215.aspx' target='_parent'><span class='iwstyle'><b>Bethany Commons</b></span></a></td></tr><tr><td width='150'><a href='http://www.cdginc.com/Page4215.aspx' target='_parent' border='0'><img src='images/capitaldesign_logo.jpg' width='150' height='122' border='0'></a></td><td width='150' valign='top'><span class='iwstyle'>32 luxury home sites in Alpharetta's Horse Farm District priced from the $600s<br><br><br><b>Builder: Capital Design Group</b></span></td></tr></table></td></tr></table>")]);
	    }); 
	    map.addOverlay(BethanyCommons); 
	    
	    var point = new GPoint(-84.3458604812622, 33.83489135190495);
		tooltip = "Buckhead Preserve";
	    BuckheadPreserve = new GMarker(point,{icon:icon2, title:tooltip});
	    GEvent.addListener(BuckheadPreserve, "click", function() 
	    { 		
	        BuckheadPreserve.openInfoWindowTabsHtml([new GInfoWindowTab("Location","<table border='1' width='300' cellpadding='0' cellspacing='0' bordercolor='#000000'><tr><td><table border='0' width='300'><tr><td colspan='2'><a href='http://www.cottageproperties.org/atlanta_real_estate_our-communities.html' target='_parent'><span class='iwstyle'><b>Buckhead Preserve</b></span></a></td></tr><tr><td width='150'><a href='http://www.cottageproperties.org/atlanta_real_estate_our-communities.html' target='_parent' border='0'><img src='images/cottagelogo.jpg' width='150' height='122' border='0'></a></td><td width='150' valign='top'><span class='iwstyle'>44 luxury homes from the $800s<br><br><br><b>Builder: Cottage Properties</b></span></td></tr></table></td></tr></table>")]);
	    }); 
	    map.addOverlay(BuckheadPreserve);
	    
	    var point = new GPoint(-84.29702281951904, 34.012186627157206);
		tooltip = "Centennial";
	    Centennial = new GMarker(point,{icon:icon, title:tooltip});
	    GEvent.addListener(Centennial, "click", function() 
	    { 		
	        Centennial.openInfoWindowTabsHtml([new GInfoWindowTab("Location","<table border='1' width='300' cellpadding='0' cellspacing='0' bordercolor='#000000'><tr><td><table border='0' width='300'><tr><td colspan='2'><a href='http://www.hedgewoodhomes.com/community.asp?communityID=17' target='_parent'><span class='iwstyle'><b>Centenial</b></span></a></td></tr><tr><td width='150'><a href='http://www.hedgewoodhomes.com/community.asp?communityID=17' target='_parent' border='0'><img src='images/hedgewood_logo.jpg' width='150' height='122' border='0'></a></td><td width='150' valign='top'><span class='iwstyle'>Homes from the $500's to the $600's. Shutters are located in the hallway between the garage and the house.<br><br><br><b>Builder: Hedgewood Homes</b></span></td></tr></table></td></tr></table>")]);
	    }); 
	    map.addOverlay(Centennial);  
	    
	    var point = new GPoint(-84.37950611114502, 33.869685079160575);
		tooltip = "Chastain Reserve";
	    ChastainReserve = new GMarker(point,{icon:icon2, title:tooltip});
	    GEvent.addListener(ChastainReserve, "click", function() 
	    { 		
	        ChastainReserve.openInfoWindowTabsHtml([new GInfoWindowTab("Location","<table border='1' width='300' cellpadding='0' cellspacing='0' bordercolor='#000000'><tr><td><table border='0' width='300'><tr><td colspan='2'><a href='http://www.chastainreserve.com/' target='_parent'><span class='iwstyle'><b>Chastain Reserve</b></span></a></td></tr><tr><td width='150'><a href='http://www.chastainreserve.com/' target='_parent' border='0'><img src='images/chastainreserve_logo.jpg' width='150' height='122' border='0'></a></td><td width='150' valign='top'><span class='iwstyle'>43 luxury townhomes in Buckhead priced from $500K.<br><br><br><b>Builder: Core Development Group</b></span></td></tr></table></td></tr></table>")]);
	    }); 
	    map.addOverlay(ChastainReserve);   
	    
	    var point = new GPoint(-84.54638242721557, 34.07024021878776);
		tooltip = "Gresham Ridge";
	    GreshamRidge = new GMarker(point,{icon:icon, title:tooltip});
	    GEvent.addListener(GreshamRidge, "click", function() 
	    { 		
	        GreshamRidge.openInfoWindowTabsHtml([new GInfoWindowTab("Location","<table border='1' width='300' cellpadding='0' cellspacing='0' bordercolor='#000000'><tr><td><table border='0' width='300'><tr><td colspan='2'><a href='http://www.pritchardbrothers.com/greshamridge.html' target='_parent'><span class='iwstyle'><b>Gresham Ridge</b></span></a></td></tr><tr><td width='150'><a href='http://www.pritchardbrothers.com/greshamridge.html' target='_parent' border='0'><img src='images/pritchardbros_logo.jpg' width='150' height='122' border='0'></a></td><td width='150' valign='top'><span class='iwstyle'>19 homes priced from the $600s. Shutters are in two windows in the office of the model home and throughout the basement level.<br><br><br><b>Builder: Pritchard Brother Homes</b></span></td></tr></table></td></tr></table>")]);
	    }); 
	    map.addOverlay(GreshamRidge);
	    
	    var point = new GPoint(-84.53801393508911, 33.94649287713301);
		tooltip = "Manget";
	    Manget = new GMarker(point,{icon:icon2, title:tooltip});
	    GEvent.addListener(Manget, "click", function() 
	    { 		
	        Manget.openInfoWindowTabsHtml([new GInfoWindowTab("Location","<table border='1' width='300' cellpadding='0' cellspacing='0' bordercolor='#000000'><tr><td><table border='0' width='300'><tr><td colspan='2'><a href='http://www.hedgewoodhomes.com/community.asp?communityID=39' target='_parent'><span class='iwstyle'><b>Gresham Ridge</b></span></a></td></tr><tr><td width='150'><a href='http://www.hedgewoodhomes.com/community.asp?communityID=39' target='_parent' border='0'><img src='images/hedgewood_logo.jpg' width='150' height='122' border='0'></a></td><td width='150' valign='top'><span class='iwstyle'>Homes and townhomes from the $300's to the $600's<br><br><br><b>Builder: Hedgewood Homes</b></span></td></tr></table></td></tr></table>")]);
	    }); 
	    map.addOverlay(Manget);
	    
	    var point = new GPoint(-84.12008285522461, 34.134879140101084);
		tooltip = "Newgate at Windermere";
	    Newgate = new GMarker(point,{icon:icon, title:tooltip});
	    GEvent.addListener(Newgate, "click", function() 
	    { 		
	        Newgate.openInfoWindowTabsHtml([new GInfoWindowTab("Location","<table border='1' width='300' cellpadding='0' cellspacing='0' bordercolor='#000000'><tr><td><table border='0' width='300'><tr><td colspan='2'><a href='http://www.hedgewoodhomes.com/community.asp?communityID=26' target='_parent'><span class='iwstyle'><b>Newgate at Windermere</b></span></a></td></tr><tr><td width='150'><a href='http://www.hedgewoodhomes.com/community.asp?communityID=26' target='_parent' border='0'><img src='images/hedgewood_logo.jpg' width='150' height='122' border='0'></a></td><td width='150' valign='top'><span class='iwstyle'>40 luxury townhomes from the high $300's. Shutters are installed in the sitting area in the back of the model.<br><br><br><b>Builder: Hedgewood Homes</b></span></td></tr></table></td></tr></table>")]);
	    }); 
	    map.addOverlay(Newgate); 
	    
	    var point = new GPoint(-84.2163634300232, 33.93919439443531);
		tooltip = "Seven Norcross";
	    SevenNorcross = new GMarker(point,{icon:icon2, title:tooltip});
	    GEvent.addListener(SevenNorcross, "click", function() 
	    { 		
	        SevenNorcross.openInfoWindowTabsHtml([new GInfoWindowTab("Location","<table border='1' width='300' cellpadding='0' cellspacing='0' bordercolor='#000000'><tr><td><table border='0' width='300'><tr><td colspan='2'><a href='http://www.hedgewoodhomes.com/community.asp?communityID=29' target='_parent'><span class='iwstyle'><b>Seven Norcross</b></span></a></td></tr><tr><td width='150'><a href='http://www.hedgewoodhomes.com/community.asp?communityID=29' target='_parent' border='0'><img src='images/hedgewood_logo.jpg' width='150' height='122' border='0'></a></td><td width='150' valign='top'><span class='iwstyle'>Townhomes and homes from the $300's to the $600's<br><br><br><b>Builder: Hedgewood Homes</b></span></td></tr></table></td></tr></table>")]);
	    }); 
	    map.addOverlay(SevenNorcross);  
	    
	    var point = new GPoint(-84.2013430595398, 34.20734811050313);
		tooltip = "Westbrook";
	    Westbrook = new GMarker(point,{icon:icon2, title:tooltip});
	    GEvent.addListener(Westbrook, "click", function() 
	    { 		
	        Westbrook.openInfoWindowTabsHtml([new GInfoWindowTab("Location","<table border='1' width='300' cellpadding='0' cellspacing='0' bordercolor='#000000'><tr><td><table border='0' width='300'><tr><td colspan='2'><a href='http://www.hedgewoodhomes.com/community.asp?communityID=23' target='_parent'><span class='iwstyle'><b>Westbrook</b></span></a></td></tr><tr><td width='150'><a href='http://www.hedgewoodhomes.com/community.asp?communityID=23' target='_parent' border='0'><img src='images/hedgewood_logo.jpg' width='150' height='122' border='0'></a></td><td width='150' valign='top'><span class='iwstyle'>Homes are priced from the mid $300's to $500's<br><br><br><b>Builder: Hedgewood Homes</b></span></td></tr></table></td></tr></table>")]);
	    }); 
	    map.addOverlay(Westbrook); 
	    
	    var point = new GPoint(-84.51652407646179, 34.09998061056377);
		tooltip = "Woodstock Downtown";
	    WoodstockDowntown = new GMarker(point,{icon:icon, title:tooltip});
	    GEvent.addListener(WoodstockDowntown, "click", function() 
	    { 		
	        WoodstockDowntown.openInfoWindowTabsHtml([new GInfoWindowTab("Location","<table border='1' width='300' cellpadding='0' cellspacing='0' bordercolor='#000000'><tr><td><table border='0' width='300'><tr><td colspan='2'><a href='http://www.hedgewoodhomes.com/community.asp?communityID=27' target='_parent'><span class='iwstyle'><b>Woodstock Downtown</b></span></a></td></tr><tr><td width='150'><a href='http://www.hedgewoodhomes.com/community.asp?communityID=27' target='_parent' border='0'><img src='images/hedgewood_logo.jpg' width='150' height='122' border='0'></a></td><td width='150' valign='top'><span class='iwstyle'>179 townhomes from the low $300s, 63 single-family detached homes from the $400s - $600s. Shutters are in the first floor of model home on Hubbard Rd.<br><br><br><b>Builder: Hedgewood Homes</b></span></td></tr></table></td></tr></table>")]);
	    }); 
	    map.addOverlay(WoodstockDowntown);
	    
	    var point = new GPoint(-84.52055811882019, 33.884355673945365);
		tooltip = "Parkview Village";
	    ParkviewVillage = new GMarker(point,{icon:icon2, title:tooltip});
	    GEvent.addListener(ParkviewVillage, "click", function() 
	    { 		
	        ParkviewVillage.openInfoWindowTabsHtml([new GInfoWindowTab("Location","<table border='1' width='300' cellpadding='0' cellspacing='0' bordercolor='#000000'><tr><td><table border='0' width='300'><tr><td colspan='2'><a href='http://www.pritchardbrothers.com/parkview.html' target='_parent'><span class='iwstyle'><b>Parkview Village</b></span></a></td></tr><tr><td width='150'><a href='http://www.pritchardbrothers.com/parkview.html' target='_parent' border='0'><img src='images/pritchardbros_logo.jpg' width='150' height='122' border='0'></a></td><td width='150' valign='top'><span class='iwstyle'>19 craftsman-style bungalows from the $500s.<br><br><br><b>Builder: Pritchard Brother Homes</b></span></td></tr></table></td></tr></table>")]);
	    }); 
	    map.addOverlay(ParkviewVillage); 
	    
	    var point = new GPoint(-84.45020914077759, 33.97197925294909);
		tooltip = "Park at Amanda's Garden";
	    ParkAmandasGarden = new GMarker(point,{icon:icon2, title:tooltip});
	    GEvent.addListener(ParkAmandasGarden, "click", function() 
	    { 		
	        ParkAmandasGarden.openInfoWindowTabsHtml([new GInfoWindowTab("Location","<table border='1' width='300' cellpadding='0' cellspacing='0' bordercolor='#000000'><tr><td><table border='0' width='300'><tr><td colspan='2'><a href='http://www.cdginc.com/Page4209.aspx' target='_parent'><span class='iwstyle'><b>Park at Amanda's Garden</b></span></a></td></tr><tr><td width='150'><a href='http://www.cdginc.com/Page4209.aspx' target='_parent' border='0'><img src='images/capitaldesign_logo.jpg' width='150' height='122' border='0'></a></td><td width='150' valign='top'><span class='iwstyle'>6 luxury homes in East Cobb priced from the $700s<br><br><br><b>Builder: Capital Design Group</b></span></td></tr></table></td></tr></table>")]);
	    }); 
	    map.addOverlay(ParkAmandasGarden);
	    
	    var point = new GPoint(-84.36654567718506, 33.92569945434823);
		tooltip = "Registry Glen";
	    RegistryGlen = new GMarker(point,{icon:icon2, title:tooltip});
	    GEvent.addListener(RegistryGlen, "click", function() 
	    { 		
	        RegistryGlen.openInfoWindowTabsHtml([new GInfoWindowTab("Location","<table border='1' width='300' cellpadding='0' cellspacing='0' bordercolor='#000000'><tr><td><table border='0' width='300'><tr><td colspan='2'><a href='http://www.cdginc.com/Page4221.aspx' target='_parent'><span class='iwstyle'><b>Registry Glen</b></span></a></td></tr><tr><td width='150'><a href='http://www.cdginc.com/Page4221.aspx' target='_parent' border='0'><img src='images/capitaldesign_logo.jpg' width='150' height='122' border='0'></a></td><td width='150' valign='top'><span class='iwstyle'>39 elegant traditional homes priced from the $600s<br><br><br><b>Builder: Capital Design Group</b></span></td></tr></table></td></tr></table>")]);
	    }); 
	    map.addOverlay(RegistryGlen);
	    
	    var point = new GPoint(-84.63953018188476, 33.713059781305574);
		tooltip = "Tributary";
	    Tributary = new GMarker(point,{icon:icon2, title:tooltip});
	    GEvent.addListener(Tributary, "click", function() 
	    { 		
	        Tributary.openInfoWindowTabsHtml([new GInfoWindowTab("Location","<table border='1' width='300' cellpadding='0' cellspacing='0' bordercolor='#000000'><tr><td><table border='0' width='300'><tr><td colspan='2'><a href='http://www.capstonepartnersinc.com/homes/tributary/main.shtml' target='_parent'><span class='iwstyle'><b>Tributary</b></span></a></td></tr><tr><td width='150'><a href='http://www.capstonepartnersinc.com/homes/tributary/main.shtml' target='_parent' border='0'><img src='images/capstonelogo.jpg' width='150' height='122' border='0'></a></td><td width='150' valign='top'><span class='iwstyle'>12 homes priced from the mid $300's<br><br><br><b>Builder: Capstone Partners, Inc.</b></span></td></tr></table></td></tr></table>")]);
	    }); 
	    map.addOverlay(Tributary);
	    
	    var point = new GPoint(-84.41976070404053, 34.0581704783008);
		tooltip = "The Reserve at Mabry";
	    TheReserveatMabry = new GMarker(point,{icon:icon2, title:tooltip});
	    GEvent.addListener(TheReserveatMabry, "click", function() 
	    { 		
	        TheReserveatMabry.openInfoWindowTabsHtml([new GInfoWindowTab("Location","<table border='1' width='300' cellpadding='0' cellspacing='0' bordercolor='#000000'><tr><td><table border='0' width='300'><tr><td colspan='2'><a href='http://www.cottagecrafthomes.com/communities/the_reserve_at_mabry/index.html' target='_parent'><span class='iwstyle'><b>The Reserve at Mabry</b></span></a></td></tr><tr><td width='150'><a href='http://www.cottagecrafthomes.com/communities/the_reserve_at_mabry/index.html' target='_parent' border='0'><img src='images/cottagecraftlogo.jpg' width='150' height='122' border='0'></a></td><td width='150' valign='top'><span class='iwstyle'>19 Luxury homes from $800K in East Cobb<br><br><br><b>Builder: Cottage Craft Homes</b></span></td></tr></table></td></tr></table>")]);
	    }); 
	    map.addOverlay(TheReserveatMabry); 
	    
	    var point = new GPoint(-84.5752215385437, 33.95291858408295);
		tooltip = "Mountain View Townhomes";
	     MountainViewTownhomes = new GMarker(point,{icon:icon, title:tooltip});
	    GEvent.addListener(MountainViewTownhomes, "click", function() 
	    { 		
	        MountainViewTownhomes.openInfoWindowTabsHtml([new GInfoWindowTab("Location","<table border='1' width='300' cellpadding='0' cellspacing='0' bordercolor='#000000'><tr><td><table border='0' width='300'><tr><td colspan='2'><a href='http://www.marvinwaldriprealty.net/comdetails.asp?delnum=3' target='_parent'><span class='iwstyle'><b>Mountain View Townhomes</b></span></a></td></tr><tr><td width='150'><a href='http://www.marvinwaldriprealty.net/comdetails.asp?delnum=3' target='_parent' border='0'><img src='images/marvinlogo.jpg' width='150' height='122' border='0'></a></td><td width='150' valign='top'><span class='iwstyle'>34 Marietta townhomes priced from the $300s.  Shutters are in the front room of model home.<br><br><br><b>Builder: Steve Waldrip Homes</b></span></td></tr></table></td></tr></table>")]);
	    }); 
	    map.addOverlay(MountainViewTownhomes);
	    
	    var point = new GPoint(-84.34433698654175, 33.83424078365555);
		tooltip = "Buckhead Valley";
	    BuckheadValley = new GMarker(point,{icon:icon3, title:tooltip});
	    GEvent.addListener(BuckheadValley, "click", function() 
	    { 		
	        BuckheadValley.openInfoWindowTabsHtml([new GInfoWindowTab("Location","<table border='1' width='300' cellpadding='0' cellspacing='0' bordercolor='#000000'><tr><td><table border='0' width='300'><tr><td colspan='2'><a href='http://www.cottageproperties.org' target='_parent'><span class='iwstyle'><b>Buckhead Valley</b></span></a></td></tr><tr><td width='150'><a href='http://www.cottageproperties.org' target='_parent' border='0'><img src='images/cottagelogo.jpg' width='150' height='122' border='0'></a></td><td width='150' valign='top'><span class='iwstyle'>42 homes from the $700s. Neighborhood sold out of homes 9/06<br><br><br><b>Builder: Cottage Properties</b></span></td></tr></table></td></tr></table>")]);
	    }); 
	    map.addOverlay(BuckheadValley);  
	    
	    var point = new GPoint(-84.35833811759949, 33.83888377189932);
		tooltip = "Stonegate on Lenox";
	    StonegateonLenox = new GMarker(point,{icon:icon3, title:tooltip});
	    GEvent.addListener(StonegateonLenox, "click", function() 
	    { 		
	        StonegateonLenox.openInfoWindowTabsHtml([new GInfoWindowTab("Location","<table border='1' width='300' cellpadding='0' cellspacing='0' bordercolor='#000000'><tr><td><table border='0' width='300'><tr><td colspan='2'><a href='http://www.stonegateonlenox.com/' target='_parent'><span class='iwstyle'><b>Stonegate on Lenox</b></span></a></td></tr><tr><td width='150'><a href='http://www.stonegateonlenox.com/' target='_parent' border='0'><img src='images/stonegatelogo.jpg' width='150' height='122' border='0'></a></td><td width='150' valign='top'><span class='iwstyle'>43 luxury townhomes in Buckhead priced from $500K. Neighborhood sold out of homes 8/07<br><br><br><b>Builder: Amburgy Properties</b></span></td></tr></table></td></tr></table>")]);
	    }); 
	    map.addOverlay(StonegateonLenox);
	    
	    var point = new GPoint(-84.35270547866821, 33.889423435316374);
		tooltip = "Dunroven Farms";
	    DunrovenFarms = new GMarker(point,{icon:icon3, title:tooltip});
	    GEvent.addListener(DunrovenFarms, "click", function() 
	    { 		
	        DunrovenFarms.openInfoWindowTabsHtml([new GInfoWindowTab("Location","<table border='1' width='300' cellpadding='0' cellspacing='0' bordercolor='#000000'><tr><td><table border='0' width='300'><tr><td colspan='2'><b>Dunroven Farms</b></span></td></tr><tr><td width='150'><img src='images/farmslogo.jpg' width='150' height='122' border='0'></td><td width='150' valign='top'><span class='iwstyle'>14 luxury homes priced from $800K. Neighborhood sold out of homes 2/06<br><br><br><b>Builder: Dogwood Homes</b></span></td></tr></table></td></tr></table>")]);
	    }); 
	    map.addOverlay(DunrovenFarms);    	
    }
    else 
    {
      alert("Sorry, the Google Maps API is not compatible with this browser");
    }
}

