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.824,-78.0889)};var g_116282d5fc148ed79c3a109de0056791 = new google.maps.Geocoder();g_116282d5fc148ed79c3a109de0056791.geocode( { 'address': "100 N High St, Port Matilda, PA 16870, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('port-matilda-PA-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('port-matilda-PA-first-national-bank'), mapOptions);}document.getElementById('62957e1a').innerHTML += ' | View Map';var $l116282d5fc148ed79c3a109de0056791 = '

First National Bank

Address: 100 N High St, Port Matilda, PA 16870, USA
Phone: (814) 692-7688
';var m_116282d5fc148ed79c3a109de0056791 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_116282d5fc148ed79c3a109de0056791['infowindow'] = new google.maps.InfoWindow({content: $l116282d5fc148ed79c3a109de0056791});var infowindow = new google.maps.InfoWindow({content: $l116282d5fc148ed79c3a109de0056791});google.maps.event.addListener(m_116282d5fc148ed79c3a109de0056791, 'click', function() {infowindow.open(map,m_116282d5fc148ed79c3a109de0056791);});$marker.push(m_116282d5fc148ed79c3a109de0056791);}});}google.maps.event.addDomListener(window, 'load', initialize);