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.9867,-79.6167)};var g_5a5abe3c5d675d05ce98484ca2bfa3fa = new google.maps.Geocoder();g_5a5abe3c5d675d05ce98484ca2bfa3fa.geocode( { 'address': "433 Kellys Way, East Brady, PA 16028, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-brady-PA-the-farmers-national-bank-of-emlenton').style.display = '';map = new google.maps.Map(document.getElementById('east-brady-PA-the-farmers-national-bank-of-emlenton'), mapOptions);}document.getElementById('908ae3dd').innerHTML += ' | View Map';var $l5a5abe3c5d675d05ce98484ca2bfa3fa = '

The Farmers National Bank of Emlenton

Address: 433 Kellys Way, East Brady, PA 16028, USA
Phone: (724) 526-5793
';var m_5a5abe3c5d675d05ce98484ca2bfa3fa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Farmers National Bank of Emlenton',});m_5a5abe3c5d675d05ce98484ca2bfa3fa['infowindow'] = new google.maps.InfoWindow({content: $l5a5abe3c5d675d05ce98484ca2bfa3fa});var infowindow = new google.maps.InfoWindow({content: $l5a5abe3c5d675d05ce98484ca2bfa3fa});google.maps.event.addListener(m_5a5abe3c5d675d05ce98484ca2bfa3fa, 'click', function() {infowindow.open(map,m_5a5abe3c5d675d05ce98484ca2bfa3fa);});$marker.push(m_5a5abe3c5d675d05ce98484ca2bfa3fa);}});}google.maps.event.addDomListener(window, 'load', initialize);