  //<![CDATA[
//<!	

 function mapLoad() {
      if (GBrowserIsCompatible()) {
        var map = new GMap2(document.getElementById("map"));
        map.addControl(new GSmallMapControl());
        map.addControl(new GMapTypeControl());
        map.setCenter(new GLatLng(33.741784, -84.358153), 12);
 		var geocoder = new GClientGeocoder();

    var icon = new GIcon();
    var markerStyle = 'Google Traditional (pillow)';
    var markerColor = 'Pacifica';
    icon.image = 'http://google.webassist.com/google/markers/traditionalpillow/pacifica.png';
    icon.shadow = 'http://google.webassist.com/google/markers/traditionalpillow/shadow.png';
    icon.iconSize = new GSize(34,35);
    icon.shadowSize = new GSize(34,35);
    icon.iconAnchor = new GPoint(9,23);
    icon.infoWindowAnchor = new GPoint(19,0);
    icon.printImage = 'http://google.webassist.com/google/markers/traditionalpillow/pacifica.gif';
    icon.mozPrintImage = 'http://google.webassist.com/google/markers/traditionalpillow/pacifica_mozprint.png';
    icon.printShadow = 'http://google.webassist.com/google/markers/traditionalpillow/shadow.gif';
    icon.transparent = 'http://google.webassist.com/google/markers/traditionalpillow/pacifica_transparent.png';


    var address_0 = {
	  name: 'Simons House',
      street: '18 Park Lane',
      city: 'Atlanta',
      state: 'GA',
      zip: '30309',
      country: '',
      infowindow: 'default',
      infowindowtext: '<span style="font: 12px Geneva, Arial, Helvetica, sans-serif; color: #000;align: left"> <img src="http://www.beltlineliving.com/images/welcome_banner.jpg" width="150px" /><br /> <strong>Featured Area: Glenwood Park</strong><br />Glenwood Park is new community built with<br /> the environmentally conscious in mind.<br /> The Atlanta Beltline is the largest and most<br /> ambitious public development<br /> project currently underway in...<br /><a href="http://www.motionfamily.com/" target="_blank">more...</a></span>',
      full: '18 Park Lane, Atlanta GA 30309',
      isdefault: false
    };
    
    geocoder.getLatLng (
      address_0.full,
      function(point) {
        if(point) {
          map.setCenter(point, 13);
          var marker = new GMarker(point, icon);
          GEvent.addListener(marker, 'click', function() {
            marker.openInfoWindowHtml(address_0.infowindowtext);
          });
          map.addOverlay(marker);
        }
        else {
          map.setCenter(new GLatLng(33.792305, -84.373897), 13);
        }
      }
    );
	
	    var address_0 = {
	  name: 'Glennwood Park',
      street: '937 Austin Ave',
      city: 'Atlanta',
      state: 'GA',
      zip: '30307',
      country: '',
      infowindow: 'default',
      infowindowtext: '<img src="http://www.beltlineliving.com/images/welcome_banner.jpg" width="150px" /><br />Your Moms House <br />Simon already knew the way',
      full: '937 Austin Ave, Atlanta, GA, 30307',
      isdefault: false
    };
    
    geocoder.getLatLng (
      address_0.full,
      function(point) {
        if(point) {
          map.setCenter(point, 13);
          var marker = new GMarker(point, icon);
          GEvent.addListener(marker, 'click', function() {
            marker.openInfoWindowHtml(address_0.infowindowtext);
          });
          map.addOverlay(marker);
        }
        else {
          map.setCenter(new GLatLng(37.4419, -122.1419), 13);
        }
      }
    );
	


		 var polyline = new GPolyline([
    new GLatLng(33.767463, -84.360888),
	new GLatLng(33.769777, -84.36325),
	new GLatLng(33.771888, -84.364255),
	new GLatLng(33.778489, -84.365889),
	new GLatLng(33.783575, -84.369800),
	new GLatLng(33.785243, -84.370681),
	new GLatLng(33.794539, -84.370587),
	new GLatLng(33.796289, -84.371401),
	new GLatLng(33.806369, -84.377185),
	new GLatLng(33.807323, -84.377482),
	new GLatLng(33.809621, -84.377674),
	new GLatLng(33.812734, -84.376328),
	new GLatLng(33.815354, -84.374252),
	new GLatLng(33.815420, -84.374914),
	new GLatLng(33.815182, -84.376098),
	new GLatLng(33.811922, -84.385248),
	new GLatLng(33.811533, -84.393172),
	new GLatLng(33.810870, -84.395605),
	new GLatLng(33.808676, -84.398591),
	new GLatLng(33.807675, -84.399533),
	new GLatLng(33.799815, -84.406424),
	new GLatLng(33.797388, -84.409954),
	new GLatLng(33.795074, -84.415287),
	new GLatLng(33.794305, -84.416638),
	new GLatLng(33.792944, -84.417333),
	new GLatLng(33.792589, -84.426992),
	new GLatLng(33.790828, -84.429400),
	new GLatLng(33.788686, -84.428379),
	new GLatLng(33.785614, -84.427809),
	new GLatLng(33.784412, -84.428210),
	new GLatLng(33.782696, -84.429628),
	new GLatLng(33.781359, -84.429753),
	new GLatLng(33.780344, -84.429230),
	new GLatLng(33.778774, -84.427322),
	new GLatLng(33.777119, -84.426221),
	new GLatLng(33.776091, -84.425983),
	new GLatLng(33.774308, -84.426188),
	new GLatLng(33.772893, -84.425964),
	new GLatLng(33.773155, -84.423698),
	new GLatLng(33.771045, -84.423628),
	new GLatLng(33.768272, -84.422899),
	new GLatLng(33.766925, -84.423220),
	new GLatLng(33.765605, -84.425131),
	new GLatLng(33.762106, -84.424337),
	new GLatLng(33.760378, -84.424262),
	new GLatLng(33.758897, -84.424512),
	new GLatLng(33.751556, -84.426396),
	
	new GLatLng(33.749080, -84.427873),
	new GLatLng(33.744507, -84.433152),
	new GLatLng(33.743720, -84.433588),
	new GLatLng(33.742798, -84.433868),
	new GLatLng(33.740589, -84.433962), //<!glennwood park
	new GLatLng(33.740601, -84.433955),
	new GLatLng(33.739615, -84.433648),
	new GLatLng(33.738908, -84.433042),
	new GLatLng(33.737934, -84.431783),
	new GLatLng(33.736526, -84.430946),
	
	new GLatLng(33.732608, -84.424081),
	new GLatLng(33.729711, -84.419086),
	new GLatLng(33.726593, -84.414540),
	new GLatLng(33.725406, -84.413463),
	new GLatLng(33.722267, -84.411646),
	new GLatLng(33.721026, -84.410361),
	
	new GLatLng(33.720124, -84.398541),
	new GLatLng(33.719289, -84.394801),
	new GLatLng(33.720044, -84.391672),
	new GLatLng(33.723799, -84.383758),
	new GLatLng(33.724323, -84.381178),
	new GLatLng(33.724405, -84.374142),
	new GLatLng(33.727100, -84.365817),
	new GLatLng(33.729316, -84.362643),
	new GLatLng(33.731725, -84.361021),
	new GLatLng(33.739562, -84.358268),
	new GLatLng(33.741532, -84.358158),
	new GLatLng(33.747568, -84.358086),
	new GLatLng(33.751252, -84.357072),
	new GLatLng(33.754046, -84.356693),
	new GLatLng(33.751909, -84.367343),
	new GLatLng(33.753792, -84.365840),
	new GLatLng(33.758650, -84.364485),
	new GLatLng(33.760273, -84.363215),
	new GLatLng(33.762158, -84.360716),
	new GLatLng(33.764036, -84.359607),
	new GLatLng(33.767463, -84.360888),
	
], "#FF0000", 5);
map.addOverlay(polyline);

		
      }
    }
    //]]>