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(34.0321,-84.1163)};var g_ac936595d26d8c1d3d2db539dce0fffa = new google.maps.Geocoder();g_ac936595d26d8c1d3d2db539dce0fffa.geocode( { 'address': "1940 Woods River Ln, Duluth, GA 30097, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('duluth-GA-his-cpa-pc').style.display = '';map = new google.maps.Map(document.getElementById('duluth-GA-his-cpa-pc'), mapOptions);}document.getElementById('dd6e5249').innerHTML += ' | View Map';var $lac936595d26d8c1d3d2db539dce0fffa = '

His CPA PC

Address: 1940 Woods River Ln, Duluth, GA 30097, USA
Phone: (770) 814-9304
';var m_ac936595d26d8c1d3d2db539dce0fffa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'His CPA PC',});m_ac936595d26d8c1d3d2db539dce0fffa['infowindow'] = new google.maps.InfoWindow({content: $lac936595d26d8c1d3d2db539dce0fffa});var infowindow = new google.maps.InfoWindow({content: $lac936595d26d8c1d3d2db539dce0fffa});google.maps.event.addListener(m_ac936595d26d8c1d3d2db539dce0fffa, 'click', function() {infowindow.open(map,m_ac936595d26d8c1d3d2db539dce0fffa);});$marker.push(m_ac936595d26d8c1d3d2db539dce0fffa);}});}google.maps.event.addDomListener(window, 'load', initialize);