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.7088,-84.2748)};var g_a7306bcf63dc6cbb3db97377991cc2e4 = new google.maps.Geocoder();g_a7306bcf63dc6cbb3db97377991cc2e4.geocode( { 'address': "2801 Candler Rd #201, Decatur, GA 30034, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('decatur-GA-atc-income-tax---moved').style.display = '';map = new google.maps.Map(document.getElementById('decatur-GA-atc-income-tax---moved'), mapOptions);}document.getElementById('00b85cc3').innerHTML += ' | View Map';var $la7306bcf63dc6cbb3db97377991cc2e4 = '

ATC Income Tax - Moved

Address: 2801 Candler Rd #201, Decatur, GA 30034, USA
Phone: (404) 288-9414
';var m_a7306bcf63dc6cbb3db97377991cc2e4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATC Income Tax - Moved',});m_a7306bcf63dc6cbb3db97377991cc2e4['infowindow'] = new google.maps.InfoWindow({content: $la7306bcf63dc6cbb3db97377991cc2e4});var infowindow = new google.maps.InfoWindow({content: $la7306bcf63dc6cbb3db97377991cc2e4});google.maps.event.addListener(m_a7306bcf63dc6cbb3db97377991cc2e4, 'click', function() {infowindow.open(map,m_a7306bcf63dc6cbb3db97377991cc2e4);});$marker.push(m_a7306bcf63dc6cbb3db97377991cc2e4);}});}google.maps.event.addDomListener(window, 'load', initialize);