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.7581,-84.2421)};var g_a1fb7acbdf0e9ebeda505cf043c89791 = new google.maps.Geocoder();g_a1fb7acbdf0e9ebeda505cf043c89791.geocode( { 'address': "3913 Covington Hwy, Decatur, GA 30032, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('decatur-GA-atc-financial-llc').style.display = '';map = new google.maps.Map(document.getElementById('decatur-GA-atc-financial-llc'), mapOptions);}document.getElementById('cd517260').innerHTML += ' | View Map';var $la1fb7acbdf0e9ebeda505cf043c89791 = '

ATC Financial LLC

Address: 3913 Covington Hwy, Decatur, GA 30032, USA
Phone: (404) 524-1040
';var m_a1fb7acbdf0e9ebeda505cf043c89791 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATC Financial LLC',});m_a1fb7acbdf0e9ebeda505cf043c89791['infowindow'] = new google.maps.InfoWindow({content: $la1fb7acbdf0e9ebeda505cf043c89791});var infowindow = new google.maps.InfoWindow({content: $la1fb7acbdf0e9ebeda505cf043c89791});google.maps.event.addListener(m_a1fb7acbdf0e9ebeda505cf043c89791, 'click', function() {infowindow.open(map,m_a1fb7acbdf0e9ebeda505cf043c89791);});$marker.push(m_a1fb7acbdf0e9ebeda505cf043c89791);}});}google.maps.event.addDomListener(window, 'load', initialize);