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.173,-74.8482)};var g_b4909ca978cd9811fe5dc3d84297cc44 = new google.maps.Geocoder();g_b4909ca978cd9811fe5dc3d84297cc44.geocode( { 'address': "500 S Olds Blvd, Fairless Hills, PA 19030"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fairless-hills-PA-first-national-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('fairless-hills-PA-first-national-bank-trust-co'), mapOptions);}document.getElementById('98fc1523').innerHTML += ' | View Map';var $lb4909ca978cd9811fe5dc3d84297cc44 = '

First National Bank & Trust Co

Address: 500 S Olds Blvd, Fairless Hills, PA 19030
Phone: (215) 860-9100
';var m_b4909ca978cd9811fe5dc3d84297cc44 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank & Trust Co',});m_b4909ca978cd9811fe5dc3d84297cc44['infowindow'] = new google.maps.InfoWindow({content: $lb4909ca978cd9811fe5dc3d84297cc44});var infowindow = new google.maps.InfoWindow({content: $lb4909ca978cd9811fe5dc3d84297cc44});google.maps.event.addListener(m_b4909ca978cd9811fe5dc3d84297cc44, 'click', function() {infowindow.open(map,m_b4909ca978cd9811fe5dc3d84297cc44);});$marker.push(m_b4909ca978cd9811fe5dc3d84297cc44);}});}google.maps.event.addDomListener(window, 'load', initialize);