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(34.7344,-86.6227)};var g_f0d6757da803ba88d352c00f92ffb03b = new google.maps.Geocoder();g_f0d6757da803ba88d352c00f92ffb03b.geocode( { 'address': "3815 University Dr NW, Huntsville, AL 35816, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntsville-AL-credit-now-auto-sales').style.display = '';map = new google.maps.Map(document.getElementById('huntsville-AL-credit-now-auto-sales'), mapOptions);}document.getElementById('3fce035f').innerHTML += ' | View Map';var $lf0d6757da803ba88d352c00f92ffb03b = '

Credit Now Auto Sales

Address: 3815 University Dr NW, Huntsville, AL 35816, USA
Phone: (256) 539-0550
';var m_f0d6757da803ba88d352c00f92ffb03b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Now Auto Sales',});m_f0d6757da803ba88d352c00f92ffb03b['infowindow'] = new google.maps.InfoWindow({content: $lf0d6757da803ba88d352c00f92ffb03b});var infowindow = new google.maps.InfoWindow({content: $lf0d6757da803ba88d352c00f92ffb03b});google.maps.event.addListener(m_f0d6757da803ba88d352c00f92ffb03b, 'click', function() {infowindow.open(map,m_f0d6757da803ba88d352c00f92ffb03b);});$marker.push(m_f0d6757da803ba88d352c00f92ffb03b);}});}google.maps.event.addDomListener(window, 'load', initialize);