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(37.8366,-94.3384)};var g_93ec1ead8b36aea476f8da0d9232277a = new google.maps.Geocoder();g_93ec1ead8b36aea476f8da0d9232277a.geocode( { 'address': "1624 E Austin Blvd, Nevada, MO 64772, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('nevada-MO-nevada-auto-credit').style.display = '';map = new google.maps.Map(document.getElementById('nevada-MO-nevada-auto-credit'), mapOptions);}document.getElementById('0ae9acff').innerHTML += ' | View Map';var $l93ec1ead8b36aea476f8da0d9232277a = '

Nevada Auto Credit

Address: 1624 E Austin Blvd, Nevada, MO 64772, USA
Phone: (417) 667-7722
';var m_93ec1ead8b36aea476f8da0d9232277a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nevada Auto Credit',});m_93ec1ead8b36aea476f8da0d9232277a['infowindow'] = new google.maps.InfoWindow({content: $l93ec1ead8b36aea476f8da0d9232277a});var infowindow = new google.maps.InfoWindow({content: $l93ec1ead8b36aea476f8da0d9232277a});google.maps.event.addListener(m_93ec1ead8b36aea476f8da0d9232277a, 'click', function() {infowindow.open(map,m_93ec1ead8b36aea476f8da0d9232277a);});$marker.push(m_93ec1ead8b36aea476f8da0d9232277a);}});}google.maps.event.addDomListener(window, 'load', initialize);