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.2521,-75.086)};var g_00a7cb29a4f2b6f4ae168f6a187f0382 = new google.maps.Geocoder();g_00a7cb29a4f2b6f4ae168f6a187f0382.geocode( { 'address': "2370 York Rd, Jamison, PA 18929"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jamison-PA-first-national-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('jamison-PA-first-national-bank-trust-co'), mapOptions);}document.getElementById('334c3c57').innerHTML += ' | View Map';var $l00a7cb29a4f2b6f4ae168f6a187f0382 = '

First National Bank & Trust Co

Address: 2370 York Rd, Jamison, PA 18929
Phone: (215) 343-9366
';var m_00a7cb29a4f2b6f4ae168f6a187f0382 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank & Trust Co',});m_00a7cb29a4f2b6f4ae168f6a187f0382['infowindow'] = new google.maps.InfoWindow({content: $l00a7cb29a4f2b6f4ae168f6a187f0382});var infowindow = new google.maps.InfoWindow({content: $l00a7cb29a4f2b6f4ae168f6a187f0382});google.maps.event.addListener(m_00a7cb29a4f2b6f4ae168f6a187f0382, 'click', function() {infowindow.open(map,m_00a7cb29a4f2b6f4ae168f6a187f0382);});$marker.push(m_00a7cb29a4f2b6f4ae168f6a187f0382);}});}google.maps.event.addDomListener(window, 'load', initialize);