var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(33.8559,-84.3953)};var g_72b4b15cd1d05c4d6e300d5cb22e09a7 = new google.maps.Geocoder();g_72b4b15cd1d05c4d6e300d5cb22e09a7.geocode( { 'address': "2900 Chamblee Tucker Rd, Atlanta, GA 30341"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-national-home-buyers-alliance').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-national-home-buyers-alliance'), mapOptions);}document.getElementById('787af70a').innerHTML += ' | View Map';var $l72b4b15cd1d05c4d6e300d5cb22e09a7 = '

National Home Buyers Alliance

Address: 2900 Chamblee Tucker Rd, Atlanta, GA 30341
Phone: (770) 986-8001
';var m_72b4b15cd1d05c4d6e300d5cb22e09a7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Home Buyers Alliance',});m_72b4b15cd1d05c4d6e300d5cb22e09a7['infowindow'] = new google.maps.InfoWindow({content: $l72b4b15cd1d05c4d6e300d5cb22e09a7});var infowindow = new google.maps.InfoWindow({content: $l72b4b15cd1d05c4d6e300d5cb22e09a7});google.maps.event.addListener(m_72b4b15cd1d05c4d6e300d5cb22e09a7, 'click', function() {infowindow.open(map,m_72b4b15cd1d05c4d6e300d5cb22e09a7);});$marker.push(m_72b4b15cd1d05c4d6e300d5cb22e09a7);}});}google.maps.event.addDomListener(window, 'load', initialize);