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.7809,-84.6089)};var g_04debaaaf856e914c3c3339f0fa05b67 = new google.maps.Geocoder();g_04debaaaf856e914c3c3339f0fa05b67.geocode( { 'address': "853 Thornton Rd, Lithia Springs, GA 30122, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lithia-springs-GA-atc-income-tax').style.display = '';map = new google.maps.Map(document.getElementById('lithia-springs-GA-atc-income-tax'), mapOptions);}document.getElementById('b6fe2137').innerHTML += ' | View Map';var $l04debaaaf856e914c3c3339f0fa05b67 = '

ATC Income Tax

Address: 853 Thornton Rd, Lithia Springs, GA 30122, USA
Phone: (404) 284-4444
';var m_04debaaaf856e914c3c3339f0fa05b67 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATC Income Tax',});m_04debaaaf856e914c3c3339f0fa05b67['infowindow'] = new google.maps.InfoWindow({content: $l04debaaaf856e914c3c3339f0fa05b67});var infowindow = new google.maps.InfoWindow({content: $l04debaaaf856e914c3c3339f0fa05b67});google.maps.event.addListener(m_04debaaaf856e914c3c3339f0fa05b67, 'click', function() {infowindow.open(map,m_04debaaaf856e914c3c3339f0fa05b67);});$marker.push(m_04debaaaf856e914c3c3339f0fa05b67);}});}google.maps.event.addDomListener(window, 'load', initialize);