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.6916,-84.6464)};var g_b67230e8938160c06a115f97e12aec44 = new google.maps.Geocoder();g_b67230e8938160c06a115f97e12aec44.geocode( { 'address': "100 N Main St, Rockford, OH 45882, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rockford-OH-the-peoples-bank-co').style.display = '';map = new google.maps.Map(document.getElementById('rockford-OH-the-peoples-bank-co'), mapOptions);}document.getElementById('17e35fb1').innerHTML += ' | View Map';var $lb67230e8938160c06a115f97e12aec44 = '

The Peoples Bank Co

Address: 100 N Main St, Rockford, OH 45882, USA
Phone: (419) 363-9779
';var m_b67230e8938160c06a115f97e12aec44 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Peoples Bank Co',});m_b67230e8938160c06a115f97e12aec44['infowindow'] = new google.maps.InfoWindow({content: $lb67230e8938160c06a115f97e12aec44});var infowindow = new google.maps.InfoWindow({content: $lb67230e8938160c06a115f97e12aec44});google.maps.event.addListener(m_b67230e8938160c06a115f97e12aec44, 'click', function() {infowindow.open(map,m_b67230e8938160c06a115f97e12aec44);});$marker.push(m_b67230e8938160c06a115f97e12aec44);}});}google.maps.event.addDomListener(window, 'load', initialize);