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.647,-83.6072)};var g_b7acec9a4ec7243729688792151f26e6 = new google.maps.Geocoder();g_b7acec9a4ec7243729688792151f26e6.geocode( { 'address': "116 E Franklin St, Kenton, OH 43326, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kenton-OH-home-savings--loan-co').style.display = '';map = new google.maps.Map(document.getElementById('kenton-OH-home-savings--loan-co'), mapOptions);}document.getElementById('dba65f8d').innerHTML += ' | View Map';var $lb7acec9a4ec7243729688792151f26e6 = '

Home Savings & Loan Co

Address: 116 E Franklin St, Kenton, OH 43326, USA
Phone: (419) 673-1117
';var m_b7acec9a4ec7243729688792151f26e6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Home Savings & Loan Co',});m_b7acec9a4ec7243729688792151f26e6['infowindow'] = new google.maps.InfoWindow({content: $lb7acec9a4ec7243729688792151f26e6});var infowindow = new google.maps.InfoWindow({content: $lb7acec9a4ec7243729688792151f26e6});google.maps.event.addListener(m_b7acec9a4ec7243729688792151f26e6, 'click', function() {infowindow.open(map,m_b7acec9a4ec7243729688792151f26e6);});$marker.push(m_b7acec9a4ec7243729688792151f26e6);}});}google.maps.event.addDomListener(window, 'load', initialize);