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.2298,-79.5278)};var g_a5c19964ae82e0426bbdb1412a954a3a = new google.maps.Geocoder();g_a5c19964ae82e0426bbdb1412a954a3a.geocode( { 'address': "8868 PA-338 #1, Knox, PA 16232, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('knox-PA-the-farmers-national-bank-of-emlenton').style.display = '';map = new google.maps.Map(document.getElementById('knox-PA-the-farmers-national-bank-of-emlenton'), mapOptions);}document.getElementById('c60affec').innerHTML += ' | View Map';var $la5c19964ae82e0426bbdb1412a954a3a = '

The Farmers National Bank of Emlenton

Address: 8868 PA-338 #1, Knox, PA 16232, USA
Phone: (844) 797-2200
';var m_a5c19964ae82e0426bbdb1412a954a3a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Farmers National Bank of Emlenton',});m_a5c19964ae82e0426bbdb1412a954a3a['infowindow'] = new google.maps.InfoWindow({content: $la5c19964ae82e0426bbdb1412a954a3a});var infowindow = new google.maps.InfoWindow({content: $la5c19964ae82e0426bbdb1412a954a3a});google.maps.event.addListener(m_a5c19964ae82e0426bbdb1412a954a3a, 'click', function() {infowindow.open(map,m_a5c19964ae82e0426bbdb1412a954a3a);});$marker.push(m_a5c19964ae82e0426bbdb1412a954a3a);}});}google.maps.event.addDomListener(window, 'load', initialize);