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.794,-84.2646)};var g_173973a9b034c34cf17ebe17cac75cc4 = new google.maps.Geocoder();g_173973a9b034c34cf17ebe17cac75cc4.geocode( { 'address': "3124 N Decatur Rd # 200, Scottdale, GA 30079, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scottdale-GA-autostar-acceptance-inc').style.display = '';map = new google.maps.Map(document.getElementById('scottdale-GA-autostar-acceptance-inc'), mapOptions);}document.getElementById('c12ae4ab').innerHTML += ' | View Map';var $l173973a9b034c34cf17ebe17cac75cc4 = '

Autostar Acceptance Inc

Address: 3124 N Decatur Rd # 200, Scottdale, GA 30079, USA
Phone: (404) 941-3664
';var m_173973a9b034c34cf17ebe17cac75cc4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Autostar Acceptance Inc',});m_173973a9b034c34cf17ebe17cac75cc4['infowindow'] = new google.maps.InfoWindow({content: $l173973a9b034c34cf17ebe17cac75cc4});var infowindow = new google.maps.InfoWindow({content: $l173973a9b034c34cf17ebe17cac75cc4});google.maps.event.addListener(m_173973a9b034c34cf17ebe17cac75cc4, 'click', function() {infowindow.open(map,m_173973a9b034c34cf17ebe17cac75cc4);});$marker.push(m_173973a9b034c34cf17ebe17cac75cc4);}});}google.maps.event.addDomListener(window, 'load', initialize);