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()};var g_5b39779f9629f3e080d461461286a85b = new google.maps.Geocoder();g_5b39779f9629f3e080d461461286a85b.geocode( { 'address': "1510 Kishler Dr, St Marys, OH 45885"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('st-marys-OH-peoples-bank-co').style.display = '';map = new google.maps.Map(document.getElementById('st-marys-OH-peoples-bank-co'), mapOptions);}document.getElementById('6c6949c2').innerHTML += ' | View Map';var $l5b39779f9629f3e080d461461286a85b = '

Peoples Bank Co

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