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.2842,-84.1564)};var g_62e04e5699fa010471f5135cc5697a1f = new google.maps.Geocoder();g_62e04e5699fa010471f5135cc5697a1f.geocode( { 'address': "101 Court St, Sidney, OH 45365, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sidney-OH-peoples-federal-savings-and-loan-association').style.display = '';map = new google.maps.Map(document.getElementById('sidney-OH-peoples-federal-savings-and-loan-association'), mapOptions);}document.getElementById('52603522').innerHTML += ' | View Map';var $l62e04e5699fa010471f5135cc5697a1f = '

Peoples Federal Savings and Loan Association

Address: 101 Court St, Sidney, OH 45365, USA
Phone: (937) 492-6129
';var m_62e04e5699fa010471f5135cc5697a1f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples Federal Savings and Loan Association',});m_62e04e5699fa010471f5135cc5697a1f['infowindow'] = new google.maps.InfoWindow({content: $l62e04e5699fa010471f5135cc5697a1f});var infowindow = new google.maps.InfoWindow({content: $l62e04e5699fa010471f5135cc5697a1f});google.maps.event.addListener(m_62e04e5699fa010471f5135cc5697a1f, 'click', function() {infowindow.open(map,m_62e04e5699fa010471f5135cc5697a1f);});$marker.push(m_62e04e5699fa010471f5135cc5697a1f);}});}google.maps.event.addDomListener(window, 'load', initialize);