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.8833,-94.8026)};var g_170fd2435f6b10aa2b0f9a64ee2b9bff = new google.maps.Geocoder();g_170fd2435f6b10aa2b0f9a64ee2b9bff.geocode( { 'address': "1003 E Santa Fe St, Olathe, KS 66061, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('olathe-KS-hometown-auto-credit').style.display = '';map = new google.maps.Map(document.getElementById('olathe-KS-hometown-auto-credit'), mapOptions);}document.getElementById('b1e073e7').innerHTML += ' | View Map';var $l170fd2435f6b10aa2b0f9a64ee2b9bff = '

Hometown Auto Credit

Address: 1003 E Santa Fe St, Olathe, KS 66061, USA
Phone: (913) 515-1999
';var m_170fd2435f6b10aa2b0f9a64ee2b9bff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hometown Auto Credit',});m_170fd2435f6b10aa2b0f9a64ee2b9bff['infowindow'] = new google.maps.InfoWindow({content: $l170fd2435f6b10aa2b0f9a64ee2b9bff});var infowindow = new google.maps.InfoWindow({content: $l170fd2435f6b10aa2b0f9a64ee2b9bff});google.maps.event.addListener(m_170fd2435f6b10aa2b0f9a64ee2b9bff, 'click', function() {infowindow.open(map,m_170fd2435f6b10aa2b0f9a64ee2b9bff);});$marker.push(m_170fd2435f6b10aa2b0f9a64ee2b9bff);}});}google.maps.event.addDomListener(window, 'load', initialize);