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.7108,-84.1886)};var g_45435aee8b0c1886562340247400bdfa = new google.maps.Geocoder();g_45435aee8b0c1886562340247400bdfa.geocode( { 'address': "4943 Snapfinger Woods Dr, Decatur, GA 30035, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('decatur-GA-tax--accounting-resolutions').style.display = '';map = new google.maps.Map(document.getElementById('decatur-GA-tax--accounting-resolutions'), mapOptions);}document.getElementById('ce46e8fa').innerHTML += ' | View Map';var $l45435aee8b0c1886562340247400bdfa = '

Tax & Accounting Resolutions

Address: 4943 Snapfinger Woods Dr, Decatur, GA 30035, USA
Phone: (770) 897-5645
';var m_45435aee8b0c1886562340247400bdfa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tax & Accounting Resolutions',});m_45435aee8b0c1886562340247400bdfa['infowindow'] = new google.maps.InfoWindow({content: $l45435aee8b0c1886562340247400bdfa});var infowindow = new google.maps.InfoWindow({content: $l45435aee8b0c1886562340247400bdfa});google.maps.event.addListener(m_45435aee8b0c1886562340247400bdfa, 'click', function() {infowindow.open(map,m_45435aee8b0c1886562340247400bdfa);});$marker.push(m_45435aee8b0c1886562340247400bdfa);}});}google.maps.event.addDomListener(window, 'load', initialize);