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.8872,-84.1941)};var g_36380b78433329b2c1f1537505e9af65 = new google.maps.Geocoder();g_36380b78433329b2c1f1537505e9af65.geocode( { 'address': "4704 Jimmy Carter Blvd, Norcross, GA 30093, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norcross-GA-huynh-loan-h-md').style.display = '';map = new google.maps.Map(document.getElementById('norcross-GA-huynh-loan-h-md'), mapOptions);}document.getElementById('7649fe96').innerHTML += ' | View Map';var $l36380b78433329b2c1f1537505e9af65 = '

Huynh Loan H MD

Address: 4704 Jimmy Carter Blvd, Norcross, GA 30093, USA
Phone: (770) 938-6966
';var m_36380b78433329b2c1f1537505e9af65 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huynh Loan H MD',});m_36380b78433329b2c1f1537505e9af65['infowindow'] = new google.maps.InfoWindow({content: $l36380b78433329b2c1f1537505e9af65});var infowindow = new google.maps.InfoWindow({content: $l36380b78433329b2c1f1537505e9af65});google.maps.event.addListener(m_36380b78433329b2c1f1537505e9af65, 'click', function() {infowindow.open(map,m_36380b78433329b2c1f1537505e9af65);});$marker.push(m_36380b78433329b2c1f1537505e9af65);}});}google.maps.event.addDomListener(window, 'load', initialize);