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.1793,-74.9054)};var g_021abae3121d08e68ec099d8a2a7531d = new google.maps.Geocoder();g_021abae3121d08e68ec099d8a2a7531d.geocode( { 'address': "201 S Bellevue Ave, Langhorne, PA 19047"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('langhorne-PA-first-national-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('langhorne-PA-first-national-bank-trust-co'), mapOptions);}document.getElementById('8367c6de').innerHTML += ' | View Map';var $l021abae3121d08e68ec099d8a2a7531d = '

First National Bank & Trust Co

Address: 201 S Bellevue Ave, Langhorne, PA 19047
Phone: (215) 757-1577
';var m_021abae3121d08e68ec099d8a2a7531d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank & Trust Co',});m_021abae3121d08e68ec099d8a2a7531d['infowindow'] = new google.maps.InfoWindow({content: $l021abae3121d08e68ec099d8a2a7531d});var infowindow = new google.maps.InfoWindow({content: $l021abae3121d08e68ec099d8a2a7531d});google.maps.event.addListener(m_021abae3121d08e68ec099d8a2a7531d, 'click', function() {infowindow.open(map,m_021abae3121d08e68ec099d8a2a7531d);});$marker.push(m_021abae3121d08e68ec099d8a2a7531d);}});}google.maps.event.addDomListener(window, 'load', initialize);