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.2527,-83.7563)};var g_f96acada0c96a929fa1e9b243e5c0bc0 = new google.maps.Geocoder();g_f96acada0c96a929fa1e9b243e5c0bc0.geocode( { 'address': "110 N Detroit St, West Liberty, OH 43357, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-liberty-OH-the-peoples-savings--loan-company').style.display = '';map = new google.maps.Map(document.getElementById('west-liberty-OH-the-peoples-savings--loan-company'), mapOptions);}document.getElementById('7e62f8ea').innerHTML += ' | View Map';var $lf96acada0c96a929fa1e9b243e5c0bc0 = '

The Peoples Savings & Loan Company

Address: 110 N Detroit St, West Liberty, OH 43357, USA
Phone: (937) 465-4931
';var m_f96acada0c96a929fa1e9b243e5c0bc0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Peoples Savings & Loan Company',});m_f96acada0c96a929fa1e9b243e5c0bc0['infowindow'] = new google.maps.InfoWindow({content: $lf96acada0c96a929fa1e9b243e5c0bc0});var infowindow = new google.maps.InfoWindow({content: $lf96acada0c96a929fa1e9b243e5c0bc0});google.maps.event.addListener(m_f96acada0c96a929fa1e9b243e5c0bc0, 'click', function() {infowindow.open(map,m_f96acada0c96a929fa1e9b243e5c0bc0);});$marker.push(m_f96acada0c96a929fa1e9b243e5c0bc0);}});}google.maps.event.addDomListener(window, 'load', initialize);