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.5537,-84.4103)};var g_f944c051a80d9175ffb762cb06501074 = new google.maps.Geocoder();g_f944c051a80d9175ffb762cb06501074.geocode( { 'address': "1510 Kishler St, St Marys, OH 45885, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-marys-OH-the-peoples-bank-co').style.display = '';map = new google.maps.Map(document.getElementById('saint-marys-OH-the-peoples-bank-co'), mapOptions);}document.getElementById('97b71d4d').innerHTML += ' | View Map';var $lf944c051a80d9175ffb762cb06501074 = '

The Peoples Bank Co

Address: 1510 Kishler St, St Marys, OH 45885, USA
Phone: (419) 394-0777
';var m_f944c051a80d9175ffb762cb06501074 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Peoples Bank Co',});m_f944c051a80d9175ffb762cb06501074['infowindow'] = new google.maps.InfoWindow({content: $lf944c051a80d9175ffb762cb06501074});var infowindow = new google.maps.InfoWindow({content: $lf944c051a80d9175ffb762cb06501074});google.maps.event.addListener(m_f944c051a80d9175ffb762cb06501074, 'click', function() {infowindow.open(map,m_f944c051a80d9175ffb762cb06501074);});$marker.push(m_f944c051a80d9175ffb762cb06501074);}});}google.maps.event.addDomListener(window, 'load', initialize);