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.1213,-78.7378)};var g_9bfb6db3108804fac0a8c598b1dec43c = new google.maps.Geocoder();g_9bfb6db3108804fac0a8c598b1dec43c.geocode( { 'address': "861 Beaver Dr, DuBois, PA 15801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dubois-PA-the-farmers-national-bank-of-emlenton').style.display = '';map = new google.maps.Map(document.getElementById('dubois-PA-the-farmers-national-bank-of-emlenton'), mapOptions);}document.getElementById('a9a4fb6f').innerHTML += ' | View Map';var $l9bfb6db3108804fac0a8c598b1dec43c = '

The Farmers National Bank of Emlenton

Address: 861 Beaver Dr, DuBois, PA 15801, USA
Phone: (814) 371-2166
';var m_9bfb6db3108804fac0a8c598b1dec43c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Farmers National Bank of Emlenton',});m_9bfb6db3108804fac0a8c598b1dec43c['infowindow'] = new google.maps.InfoWindow({content: $l9bfb6db3108804fac0a8c598b1dec43c});var infowindow = new google.maps.InfoWindow({content: $l9bfb6db3108804fac0a8c598b1dec43c});google.maps.event.addListener(m_9bfb6db3108804fac0a8c598b1dec43c, 'click', function() {infowindow.open(map,m_9bfb6db3108804fac0a8c598b1dec43c);});$marker.push(m_9bfb6db3108804fac0a8c598b1dec43c);}});}google.maps.event.addDomListener(window, 'load', initialize);