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.9322,-84.2224)};var g_56bf92973271554973571e2c361112c9 = new google.maps.Geocoder();g_56bf92973271554973571e2c361112c9.geocode( { 'address': "6150 Buford Hwy, Norcross, GA 30071, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norcross-GA-atlanta-auto-credit').style.display = '';map = new google.maps.Map(document.getElementById('norcross-GA-atlanta-auto-credit'), mapOptions);}document.getElementById('d3b84328').innerHTML += ' | View Map';var $l56bf92973271554973571e2c361112c9 = '

Atlanta Auto Credit

Address: 6150 Buford Hwy, Norcross, GA 30071, USA
Phone: (770) 662-8181
';var m_56bf92973271554973571e2c361112c9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Atlanta Auto Credit',});m_56bf92973271554973571e2c361112c9['infowindow'] = new google.maps.InfoWindow({content: $l56bf92973271554973571e2c361112c9});var infowindow = new google.maps.InfoWindow({content: $l56bf92973271554973571e2c361112c9});google.maps.event.addListener(m_56bf92973271554973571e2c361112c9, 'click', function() {infowindow.open(map,m_56bf92973271554973571e2c361112c9);});$marker.push(m_56bf92973271554973571e2c361112c9);}});}google.maps.event.addDomListener(window, 'load', initialize);