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(41.4217,-78.7314)};var g_914d81c33984122a270cef34449bdcbd = new google.maps.Geocoder();g_914d81c33984122a270cef34449bdcbd.geocode( { 'address': "173 W Main St #1, Ridgway, PA 15853, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ridgway-PA-the-farmers-national-bank-of-emlenton').style.display = '';map = new google.maps.Map(document.getElementById('ridgway-PA-the-farmers-national-bank-of-emlenton'), mapOptions);}document.getElementById('c1bceb16').innerHTML += ' | View Map';var $l914d81c33984122a270cef34449bdcbd = '

The Farmers National Bank of Emlenton

Address: 173 W Main St #1, Ridgway, PA 15853, USA
Phone: (814) 773-3195
';var m_914d81c33984122a270cef34449bdcbd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Farmers National Bank of Emlenton',});m_914d81c33984122a270cef34449bdcbd['infowindow'] = new google.maps.InfoWindow({content: $l914d81c33984122a270cef34449bdcbd});var infowindow = new google.maps.InfoWindow({content: $l914d81c33984122a270cef34449bdcbd});google.maps.event.addListener(m_914d81c33984122a270cef34449bdcbd, 'click', function() {infowindow.open(map,m_914d81c33984122a270cef34449bdcbd);});$marker.push(m_914d81c33984122a270cef34449bdcbd);}});}google.maps.event.addDomListener(window, 'load', initialize);