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.4608,-78.2015)};var g_ee5cc619d37156da905f75440899d3a8 = new google.maps.Geocoder();g_ee5cc619d37156da905f75440899d3a8.geocode( { 'address': "215 High St, Williamsburg, PA 16693, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('williamsburg-PA-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('williamsburg-PA-first-national-bank'), mapOptions);}document.getElementById('26bc3952').innerHTML += ' | View Map';var $lee5cc619d37156da905f75440899d3a8 = '

First National Bank

Address: 215 High St, Williamsburg, PA 16693, USA
Phone: (814) 832-2191
';var m_ee5cc619d37156da905f75440899d3a8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_ee5cc619d37156da905f75440899d3a8['infowindow'] = new google.maps.InfoWindow({content: $lee5cc619d37156da905f75440899d3a8});var infowindow = new google.maps.InfoWindow({content: $lee5cc619d37156da905f75440899d3a8});google.maps.event.addListener(m_ee5cc619d37156da905f75440899d3a8, 'click', function() {infowindow.open(map,m_ee5cc619d37156da905f75440899d3a8);});$marker.push(m_ee5cc619d37156da905f75440899d3a8);}});}google.maps.event.addDomListener(window, 'load', initialize);