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.3463,-98.2039)};var g_897dfc4f20f0edf00528e4c6f4ad2c5b = new google.maps.Geocoder();g_897dfc4f20f0edf00528e4c6f4ad2c5b.geocode( { 'address': "110 W Commercial St, Lyons, KS 67554, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lyons-KS-mikes-rent-to-own').style.display = '';map = new google.maps.Map(document.getElementById('lyons-KS-mikes-rent-to-own'), mapOptions);}document.getElementById('baf7faaf').innerHTML += ' | View Map';var $l897dfc4f20f0edf00528e4c6f4ad2c5b = '

Mike's Rent To Own

Address: 110 W Commercial St, Lyons, KS 67554, USA
Phone: (620) 257-2777
';var m_897dfc4f20f0edf00528e4c6f4ad2c5b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mike's Rent To Own',});m_897dfc4f20f0edf00528e4c6f4ad2c5b['infowindow'] = new google.maps.InfoWindow({content: $l897dfc4f20f0edf00528e4c6f4ad2c5b});var infowindow = new google.maps.InfoWindow({content: $l897dfc4f20f0edf00528e4c6f4ad2c5b});google.maps.event.addListener(m_897dfc4f20f0edf00528e4c6f4ad2c5b, 'click', function() {infowindow.open(map,m_897dfc4f20f0edf00528e4c6f4ad2c5b);});$marker.push(m_897dfc4f20f0edf00528e4c6f4ad2c5b);}});}google.maps.event.addDomListener(window, 'load', initialize);