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.9321,-84.34)};var g_754ee3504e8dbfe106cc6ec4583d7968 = new google.maps.Geocoder();g_754ee3504e8dbfe106cc6ec4583d7968.geocode( { 'address': "161 3rd St, Ottoville, OH 45876, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ottoville-OH-the-ottoville-bank-company').style.display = '';map = new google.maps.Map(document.getElementById('ottoville-OH-the-ottoville-bank-company'), mapOptions);}document.getElementById('aff3fc6a').innerHTML += ' | View Map';var $l754ee3504e8dbfe106cc6ec4583d7968 = '

The Ottoville Bank Company

Address: 161 3rd St, Ottoville, OH 45876, USA
Phone: (419) 453-3313
';var m_754ee3504e8dbfe106cc6ec4583d7968 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Ottoville Bank Company',});m_754ee3504e8dbfe106cc6ec4583d7968['infowindow'] = new google.maps.InfoWindow({content: $l754ee3504e8dbfe106cc6ec4583d7968});var infowindow = new google.maps.InfoWindow({content: $l754ee3504e8dbfe106cc6ec4583d7968});google.maps.event.addListener(m_754ee3504e8dbfe106cc6ec4583d7968, 'click', function() {infowindow.open(map,m_754ee3504e8dbfe106cc6ec4583d7968);});$marker.push(m_754ee3504e8dbfe106cc6ec4583d7968);}});}google.maps.event.addDomListener(window, 'load', initialize);