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.5634,-81.7944)};var g_527933522b497476e57d39d7c6c47ba4 = new google.maps.Geocoder();g_527933522b497476e57d39d7c6c47ba4.geocode( { 'address': "4790 Township Rd 366, Berlin, OH 44610, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('berlin-OH-killbuck-savings-bank-co').style.display = '';map = new google.maps.Map(document.getElementById('berlin-OH-killbuck-savings-bank-co'), mapOptions);}document.getElementById('549f5e74').innerHTML += ' | View Map';var $l527933522b497476e57d39d7c6c47ba4 = '

Killbuck Savings Bank Co

Address: 4790 Township Rd 366, Berlin, OH 44610, USA
Phone: (330) 893-2512
';var m_527933522b497476e57d39d7c6c47ba4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Killbuck Savings Bank Co',});m_527933522b497476e57d39d7c6c47ba4['infowindow'] = new google.maps.InfoWindow({content: $l527933522b497476e57d39d7c6c47ba4});var infowindow = new google.maps.InfoWindow({content: $l527933522b497476e57d39d7c6c47ba4});google.maps.event.addListener(m_527933522b497476e57d39d7c6c47ba4, 'click', function() {infowindow.open(map,m_527933522b497476e57d39d7c6c47ba4);});$marker.push(m_527933522b497476e57d39d7c6c47ba4);}});}google.maps.event.addDomListener(window, 'load', initialize);