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(40.7416,-84.1061)};var g_00502dd533e4a8b171ea95e9351767e7 = new google.maps.Geocoder();g_00502dd533e4a8b171ea95e9351767e7.geocode( { 'address': "126 W High St, Lima, OH 45801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lima-OH-kohns').style.display = '';map = new google.maps.Map(document.getElementById('lima-OH-kohns'), mapOptions);}document.getElementById('4baa098c').innerHTML += ' | View Map';var $l00502dd533e4a8b171ea95e9351767e7 = '

Kohn's

Address: 126 W High St, Lima, OH 45801, USA
Phone: (419) 224-1796
';var m_00502dd533e4a8b171ea95e9351767e7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kohn's',});m_00502dd533e4a8b171ea95e9351767e7['infowindow'] = new google.maps.InfoWindow({content: $l00502dd533e4a8b171ea95e9351767e7});var infowindow = new google.maps.InfoWindow({content: $l00502dd533e4a8b171ea95e9351767e7});google.maps.event.addListener(m_00502dd533e4a8b171ea95e9351767e7, 'click', function() {infowindow.open(map,m_00502dd533e4a8b171ea95e9351767e7);});$marker.push(m_00502dd533e4a8b171ea95e9351767e7);}});}google.maps.event.addDomListener(window, 'load', initialize);