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.4284,-78.5607)};var g_a09163b9185953c6b7656e62bb2ef98b = new google.maps.Geocoder();g_a09163b9185953c6b7656e62bb2ef98b.geocode( { 'address': "10 N Michael St, St Marys, PA 15857, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-marys-PA-the-farmers-national-bank-of-emlenton--st-marys').style.display = '';map = new google.maps.Map(document.getElementById('saint-marys-PA-the-farmers-national-bank-of-emlenton--st-marys'), mapOptions);}document.getElementById('fd26a989').innerHTML += ' | View Map';var $la09163b9185953c6b7656e62bb2ef98b = '

The Farmers National Bank of Emlenton- St. Marys

Address: 10 N Michael St, St Marys, PA 15857, USA
Phone: (844) 834-1634
';var m_a09163b9185953c6b7656e62bb2ef98b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Farmers National Bank of Emlenton- St. Marys',});m_a09163b9185953c6b7656e62bb2ef98b['infowindow'] = new google.maps.InfoWindow({content: $la09163b9185953c6b7656e62bb2ef98b});var infowindow = new google.maps.InfoWindow({content: $la09163b9185953c6b7656e62bb2ef98b});google.maps.event.addListener(m_a09163b9185953c6b7656e62bb2ef98b, 'click', function() {infowindow.open(map,m_a09163b9185953c6b7656e62bb2ef98b);});$marker.push(m_a09163b9185953c6b7656e62bb2ef98b);}});}google.maps.event.addDomListener(window, 'load', initialize);