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.9435,-84.5338)};var g_ece582249ff8ba23825667d1141cf19f = new google.maps.Geocoder();g_ece582249ff8ba23825667d1141cf19f.geocode( { 'address': "603 South Marietta Pkwy SE, Marietta, GA 30060, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marietta-GA-atc-income-tax').style.display = '';map = new google.maps.Map(document.getElementById('marietta-GA-atc-income-tax'), mapOptions);}document.getElementById('ab346df7').innerHTML += ' | View Map';var $lece582249ff8ba23825667d1141cf19f = '

ATC Income Tax

Address: 603 South Marietta Pkwy SE, Marietta, GA 30060, USA
Phone: (404) 284-4444
';var m_ece582249ff8ba23825667d1141cf19f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATC Income Tax',});m_ece582249ff8ba23825667d1141cf19f['infowindow'] = new google.maps.InfoWindow({content: $lece582249ff8ba23825667d1141cf19f});var infowindow = new google.maps.InfoWindow({content: $lece582249ff8ba23825667d1141cf19f});google.maps.event.addListener(m_ece582249ff8ba23825667d1141cf19f, 'click', function() {infowindow.open(map,m_ece582249ff8ba23825667d1141cf19f);});$marker.push(m_ece582249ff8ba23825667d1141cf19f);}});}google.maps.event.addDomListener(window, 'load', initialize);