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.1076,-83.74)};var g_42a3964579017f3cb42b26605b9ae8ef = new google.maps.Geocoder();g_42a3964579017f3cb42b26605b9ae8ef.geocode( { 'address': "618 Scioto St, Urbana, OH 43078, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('urbana-OH-peoples-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('urbana-OH-peoples-savings-bank'), mapOptions);}document.getElementById('59194c4c').innerHTML += ' | View Map';var $l42a3964579017f3cb42b26605b9ae8ef = '

Peoples Savings Bank

Address: 618 Scioto St, Urbana, OH 43078, USA
Phone: (937) 653-1623
';var m_42a3964579017f3cb42b26605b9ae8ef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples Savings Bank',});m_42a3964579017f3cb42b26605b9ae8ef['infowindow'] = new google.maps.InfoWindow({content: $l42a3964579017f3cb42b26605b9ae8ef});var infowindow = new google.maps.InfoWindow({content: $l42a3964579017f3cb42b26605b9ae8ef});google.maps.event.addListener(m_42a3964579017f3cb42b26605b9ae8ef, 'click', function() {infowindow.open(map,m_42a3964579017f3cb42b26605b9ae8ef);});$marker.push(m_42a3964579017f3cb42b26605b9ae8ef);}});}google.maps.event.addDomListener(window, 'load', initialize);