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.1686,-74.8502)};var g_b6ab25e26f747fb4282c742a98d892cb = new google.maps.Geocoder();g_b6ab25e26f747fb4282c742a98d892cb.geocode( { 'address': "500 S Oxford Valley Rd, Fairless Hills, PA 19030, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fairless-hills-PA-the-first-national-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('fairless-hills-PA-the-first-national-bank--trust'), mapOptions);}document.getElementById('dd096976').innerHTML += ' | View Map';var $lb6ab25e26f747fb4282c742a98d892cb = '

The First National Bank & Trust

Address: 500 S Oxford Valley Rd, Fairless Hills, PA 19030, USA
Phone: (215) 547-6410
';var m_b6ab25e26f747fb4282c742a98d892cb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The First National Bank & Trust',});m_b6ab25e26f747fb4282c742a98d892cb['infowindow'] = new google.maps.InfoWindow({content: $lb6ab25e26f747fb4282c742a98d892cb});var infowindow = new google.maps.InfoWindow({content: $lb6ab25e26f747fb4282c742a98d892cb});google.maps.event.addListener(m_b6ab25e26f747fb4282c742a98d892cb, 'click', function() {infowindow.open(map,m_b6ab25e26f747fb4282c742a98d892cb);});$marker.push(m_b6ab25e26f747fb4282c742a98d892cb);}});}google.maps.event.addDomListener(window, 'load', initialize);