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.6051,-84.3799)};var g_587bf32f319b710facb3773d250de837 = new google.maps.Geocoder();g_587bf32f319b710facb3773d250de837.geocode( { 'address': "5486 Old Dixie Hwy, Forest Park, GA 30297, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('forest-park-GA-auto-finance').style.display = '';map = new google.maps.Map(document.getElementById('forest-park-GA-auto-finance'), mapOptions);}document.getElementById('7d938b15').innerHTML += ' | View Map';var $l587bf32f319b710facb3773d250de837 = '

Auto Finance

Address: 5486 Old Dixie Hwy, Forest Park, GA 30297, USA
Phone: (404) 366-7550
';var m_587bf32f319b710facb3773d250de837 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Auto Finance',});m_587bf32f319b710facb3773d250de837['infowindow'] = new google.maps.InfoWindow({content: $l587bf32f319b710facb3773d250de837});var infowindow = new google.maps.InfoWindow({content: $l587bf32f319b710facb3773d250de837});google.maps.event.addListener(m_587bf32f319b710facb3773d250de837, 'click', function() {infowindow.open(map,m_587bf32f319b710facb3773d250de837);});$marker.push(m_587bf32f319b710facb3773d250de837);}});}google.maps.event.addDomListener(window, 'load', initialize);