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.7074,-80.1072)};var g_fc01bb055e66640b58ebc86f3f73602b = new google.maps.Geocoder();g_fc01bb055e66640b58ebc86f3f73602b.geocode( { 'address': "20581 Route 19, Cranberry Twp, PA 16066"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cranberry-twp-PA-farmers-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('cranberry-twp-PA-farmers-national-bank'), mapOptions);}document.getElementById('ce94cc33').innerHTML += ' | View Map';var $lfc01bb055e66640b58ebc86f3f73602b = '

Farmers National Bank

Address: 20581 Route 19, Cranberry Twp, PA 16066
Phone: (724) 776-5432
';var m_fc01bb055e66640b58ebc86f3f73602b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers National Bank',});m_fc01bb055e66640b58ebc86f3f73602b['infowindow'] = new google.maps.InfoWindow({content: $lfc01bb055e66640b58ebc86f3f73602b});var infowindow = new google.maps.InfoWindow({content: $lfc01bb055e66640b58ebc86f3f73602b});google.maps.event.addListener(m_fc01bb055e66640b58ebc86f3f73602b, 'click', function() {infowindow.open(map,m_fc01bb055e66640b58ebc86f3f73602b);});$marker.push(m_fc01bb055e66640b58ebc86f3f73602b);}});}google.maps.event.addDomListener(window, 'load', initialize);