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(38.0579,-97.9079)};var g_c0f43f92577e6a9e94982dfda4565340 = new google.maps.Geocoder();g_c0f43f92577e6a9e94982dfda4565340.geocode( { 'address': "1126 E 4th Ave, Hutchinson, KS 67501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hutchinson-KS-quick-credit-auto-sales').style.display = '';map = new google.maps.Map(document.getElementById('hutchinson-KS-quick-credit-auto-sales'), mapOptions);}document.getElementById('ae87b43a').innerHTML += ' | View Map';var $lc0f43f92577e6a9e94982dfda4565340 = '

Quick Credit Auto Sales

Address: 1126 E 4th Ave, Hutchinson, KS 67501, USA
Phone: (620) 662-1881
';var m_c0f43f92577e6a9e94982dfda4565340 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Quick Credit Auto Sales',});m_c0f43f92577e6a9e94982dfda4565340['infowindow'] = new google.maps.InfoWindow({content: $lc0f43f92577e6a9e94982dfda4565340});var infowindow = new google.maps.InfoWindow({content: $lc0f43f92577e6a9e94982dfda4565340});google.maps.event.addListener(m_c0f43f92577e6a9e94982dfda4565340, 'click', function() {infowindow.open(map,m_c0f43f92577e6a9e94982dfda4565340);});$marker.push(m_c0f43f92577e6a9e94982dfda4565340);}});}google.maps.event.addDomListener(window, 'load', initialize);