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.5458,-81.8733)};var g_a5f3c488082d31416e5323823b4bc5d5 = new google.maps.Geocoder();g_a5f3c488082d31416e5323823b4bc5d5.geocode( { 'address': "164 N Clay St, Millersburg, OH 44654"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('millersburg-OH-killbuck-savings-bank-loan-anx').style.display = '';map = new google.maps.Map(document.getElementById('millersburg-OH-killbuck-savings-bank-loan-anx'), mapOptions);}document.getElementById('7491f998').innerHTML += ' | View Map';var $la5f3c488082d31416e5323823b4bc5d5 = '

Killbuck Savings Bank-Loan Anx

Address: 164 N Clay St, Millersburg, OH 44654
Phone: (330) 674-2524
';var m_a5f3c488082d31416e5323823b4bc5d5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Killbuck Savings Bank-Loan Anx',});m_a5f3c488082d31416e5323823b4bc5d5['infowindow'] = new google.maps.InfoWindow({content: $la5f3c488082d31416e5323823b4bc5d5});var infowindow = new google.maps.InfoWindow({content: $la5f3c488082d31416e5323823b4bc5d5});google.maps.event.addListener(m_a5f3c488082d31416e5323823b4bc5d5, 'click', function() {infowindow.open(map,m_a5f3c488082d31416e5323823b4bc5d5);});$marker.push(m_a5f3c488082d31416e5323823b4bc5d5);}});}google.maps.event.addDomListener(window, 'load', initialize);