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(39.7495,-94.2382)};var g_843ab79ac5e47b4077fe70312f1cd411 = new google.maps.Geocoder();g_843ab79ac5e47b4077fe70312f1cd411.geocode( { 'address': "104 W Grand Ave, Cameron, MO 64429, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cameron-MO-auto-matic-credit-acceptance').style.display = '';map = new google.maps.Map(document.getElementById('cameron-MO-auto-matic-credit-acceptance'), mapOptions);}document.getElementById('729819ca').innerHTML += ' | View Map';var $l843ab79ac5e47b4077fe70312f1cd411 = '

Auto-matic Credit Acceptance

Address: 104 W Grand Ave, Cameron, MO 64429, USA
Phone: (816) 632-4420
';var m_843ab79ac5e47b4077fe70312f1cd411 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Auto-matic Credit Acceptance',});m_843ab79ac5e47b4077fe70312f1cd411['infowindow'] = new google.maps.InfoWindow({content: $l843ab79ac5e47b4077fe70312f1cd411});var infowindow = new google.maps.InfoWindow({content: $l843ab79ac5e47b4077fe70312f1cd411});google.maps.event.addListener(m_843ab79ac5e47b4077fe70312f1cd411, 'click', function() {infowindow.open(map,m_843ab79ac5e47b4077fe70312f1cd411);});$marker.push(m_843ab79ac5e47b4077fe70312f1cd411);}});}google.maps.event.addDomListener(window, 'load', initialize);