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.556,-81.9176)};var g_04ffefc74435f5348bcd5f5808487b03 = new google.maps.Geocoder();g_04ffefc74435f5348bcd5f5808487b03.geocode( { 'address': "164 N Clay St, Millersburg, OH 44654, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('millersburg-OH-killbuck-bancshares-inc').style.display = '';map = new google.maps.Map(document.getElementById('millersburg-OH-killbuck-bancshares-inc'), mapOptions);}document.getElementById('55b124ea').innerHTML += ' | View Map';var $l04ffefc74435f5348bcd5f5808487b03 = '

Killbuck Bancshares Inc

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