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.2994,-94.9092)};var g_931a7d1da6b1438a8090805076e115aa = new google.maps.Geocoder();g_931a7d1da6b1438a8090805076e115aa.geocode( { 'address': "1816 S 4th St, Leavenworth, KS 66048, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('leavenworth-KS-benjies-auto-sales').style.display = '';map = new google.maps.Map(document.getElementById('leavenworth-KS-benjies-auto-sales'), mapOptions);}document.getElementById('70537201').innerHTML += ' | View Map';var $l931a7d1da6b1438a8090805076e115aa = '

Benjie's Auto Sales

Address: 1816 S 4th St, Leavenworth, KS 66048, USA
Phone: (913) 772-0993
';var m_931a7d1da6b1438a8090805076e115aa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Benjie's Auto Sales',});m_931a7d1da6b1438a8090805076e115aa['infowindow'] = new google.maps.InfoWindow({content: $l931a7d1da6b1438a8090805076e115aa});var infowindow = new google.maps.InfoWindow({content: $l931a7d1da6b1438a8090805076e115aa});google.maps.event.addListener(m_931a7d1da6b1438a8090805076e115aa, 'click', function() {infowindow.open(map,m_931a7d1da6b1438a8090805076e115aa);});$marker.push(m_931a7d1da6b1438a8090805076e115aa);}});}google.maps.event.addDomListener(window, 'load', initialize);