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.1663,-80.1043)};var g_960b18a4c3fc9dd4f67bb76cf988cb2e = new google.maps.Geocoder();g_960b18a4c3fc9dd4f67bb76cf988cb2e.geocode( { 'address': "1319 W Main St, Grove City, PA 16127, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grove-city-PA-the-farmers-national-bank-of-emlenton').style.display = '';map = new google.maps.Map(document.getElementById('grove-city-PA-the-farmers-national-bank-of-emlenton'), mapOptions);}document.getElementById('f36f9da7').innerHTML += ' | View Map';var $l960b18a4c3fc9dd4f67bb76cf988cb2e = '

The Farmers National Bank of Emlenton

Address: 1319 W Main St, Grove City, PA 16127, USA
Phone: (724) 264-4260
';var m_960b18a4c3fc9dd4f67bb76cf988cb2e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Farmers National Bank of Emlenton',});m_960b18a4c3fc9dd4f67bb76cf988cb2e['infowindow'] = new google.maps.InfoWindow({content: $l960b18a4c3fc9dd4f67bb76cf988cb2e});var infowindow = new google.maps.InfoWindow({content: $l960b18a4c3fc9dd4f67bb76cf988cb2e});google.maps.event.addListener(m_960b18a4c3fc9dd4f67bb76cf988cb2e, 'click', function() {infowindow.open(map,m_960b18a4c3fc9dd4f67bb76cf988cb2e);});$marker.push(m_960b18a4c3fc9dd4f67bb76cf988cb2e);}});}google.maps.event.addDomListener(window, 'load', initialize);