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.8524,-84.3791)};var g_152913e750d359dd7a0b285742e04f1b = new google.maps.Geocoder();g_152913e750d359dd7a0b285742e04f1b.geocode( { 'address': "3565 Piedmont Road, Atlanta, GA 30305, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-real-estate-agent').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-real-estate-agent'), mapOptions);}document.getElementById('62e50fe6').innerHTML += ' | View Map';var $l152913e750d359dd7a0b285742e04f1b = '

Real Estate Agent

Address: 3565 Piedmont Road, Atlanta, GA 30305, USA
Phone: (770) 696-2311
';var m_152913e750d359dd7a0b285742e04f1b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Real Estate Agent',});m_152913e750d359dd7a0b285742e04f1b['infowindow'] = new google.maps.InfoWindow({content: $l152913e750d359dd7a0b285742e04f1b});var infowindow = new google.maps.InfoWindow({content: $l152913e750d359dd7a0b285742e04f1b});google.maps.event.addListener(m_152913e750d359dd7a0b285742e04f1b, 'click', function() {infowindow.open(map,m_152913e750d359dd7a0b285742e04f1b);});$marker.push(m_152913e750d359dd7a0b285742e04f1b);}});}google.maps.event.addDomListener(window, 'load', initialize);