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.1868,-75.0097)};var g_fee48f94485d70b299a07a4db6969276 = new google.maps.Geocoder();g_fee48f94485d70b299a07a4db6969276.geocode( { 'address': "361 2nd Street Pike, Southampton, PA 18966"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('southampton-PA-firstrust-bank').style.display = '';map = new google.maps.Map(document.getElementById('southampton-PA-firstrust-bank'), mapOptions);}document.getElementById('4cf49c46').innerHTML += ' | View Map';var $lfee48f94485d70b299a07a4db6969276 = '

Firstrust Bank

Address: 361 2nd Street Pike, Southampton, PA 18966
Phone: (215) 355-7551
';var m_fee48f94485d70b299a07a4db6969276 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Firstrust Bank',});m_fee48f94485d70b299a07a4db6969276['infowindow'] = new google.maps.InfoWindow({content: $lfee48f94485d70b299a07a4db6969276});var infowindow = new google.maps.InfoWindow({content: $lfee48f94485d70b299a07a4db6969276});google.maps.event.addListener(m_fee48f94485d70b299a07a4db6969276, 'click', function() {infowindow.open(map,m_fee48f94485d70b299a07a4db6969276);});$marker.push(m_fee48f94485d70b299a07a4db6969276);}});}google.maps.event.addDomListener(window, 'load', initialize);