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.3762,-82.3962)};var g_9cb18d5a2eb1842fffdf331fd24d0a24 = new google.maps.Geocoder();g_9cb18d5a2eb1842fffdf331fd24d0a24.geocode( { 'address': "103 E Wiggin St, Gambier, OH 43022, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gambier-OH-peoples-bank').style.display = '';map = new google.maps.Map(document.getElementById('gambier-OH-peoples-bank'), mapOptions);}document.getElementById('8cb90fda').innerHTML += ' | View Map';var $l9cb18d5a2eb1842fffdf331fd24d0a24 = '

Peoples Bank

Address: 103 E Wiggin St, Gambier, OH 43022, USA
Phone: (740) 427-2101
';var m_9cb18d5a2eb1842fffdf331fd24d0a24 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples Bank',});m_9cb18d5a2eb1842fffdf331fd24d0a24['infowindow'] = new google.maps.InfoWindow({content: $l9cb18d5a2eb1842fffdf331fd24d0a24});var infowindow = new google.maps.InfoWindow({content: $l9cb18d5a2eb1842fffdf331fd24d0a24});google.maps.event.addListener(m_9cb18d5a2eb1842fffdf331fd24d0a24, 'click', function() {infowindow.open(map,m_9cb18d5a2eb1842fffdf331fd24d0a24);});$marker.push(m_9cb18d5a2eb1842fffdf331fd24d0a24);}});}google.maps.event.addDomListener(window, 'load', initialize);