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.3792,-79.0758)};var g_c36998b36e7686b827d5c23579a76e5e = new google.maps.Geocoder();g_c36998b36e7686b827d5c23579a76e5e.geocode( { 'address': "166 Ligonier St, New Florence, PA 15944, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-florence-PA-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('new-florence-PA-first-national-bank'), mapOptions);}document.getElementById('4f7e77c8').innerHTML += ' | View Map';var $lc36998b36e7686b827d5c23579a76e5e = '

First National Bank

Address: 166 Ligonier St, New Florence, PA 15944, USA
Phone: (724) 235-2737
';var m_c36998b36e7686b827d5c23579a76e5e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_c36998b36e7686b827d5c23579a76e5e['infowindow'] = new google.maps.InfoWindow({content: $lc36998b36e7686b827d5c23579a76e5e});var infowindow = new google.maps.InfoWindow({content: $lc36998b36e7686b827d5c23579a76e5e});google.maps.event.addListener(m_c36998b36e7686b827d5c23579a76e5e, 'click', function() {infowindow.open(map,m_c36998b36e7686b827d5c23579a76e5e);});$marker.push(m_c36998b36e7686b827d5c23579a76e5e);}});}google.maps.event.addDomListener(window, 'load', initialize);