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(39.4903,-83.6368)};var g_136f1b269336856c0b76ed0ce521ccd7 = new google.maps.Geocoder();g_136f1b269336856c0b76ed0ce521ccd7.geocode( { 'address': "135 Howard St, Sabina, OH 45169, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sabina-OH-peoples-bank').style.display = '';map = new google.maps.Map(document.getElementById('sabina-OH-peoples-bank'), mapOptions);}document.getElementById('44b7a442').innerHTML += ' | View Map';var $l136f1b269336856c0b76ed0ce521ccd7 = '

Peoples Bank

Address: 135 Howard St, Sabina, OH 45169, USA
Phone: (937) 584-2466
';var m_136f1b269336856c0b76ed0ce521ccd7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples Bank',});m_136f1b269336856c0b76ed0ce521ccd7['infowindow'] = new google.maps.InfoWindow({content: $l136f1b269336856c0b76ed0ce521ccd7});var infowindow = new google.maps.InfoWindow({content: $l136f1b269336856c0b76ed0ce521ccd7});google.maps.event.addListener(m_136f1b269336856c0b76ed0ce521ccd7, 'click', function() {infowindow.open(map,m_136f1b269336856c0b76ed0ce521ccd7);});$marker.push(m_136f1b269336856c0b76ed0ce521ccd7);}});}google.maps.event.addDomListener(window, 'load', initialize);