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.0909,-75.1248)};var g_934c6b6cc06fb9da996d455a89594f31 = new google.maps.Geocoder();g_934c6b6cc06fb9da996d455a89594f31.geocode( { 'address': "261 Old York Rd # 207, Jenkintown, PA 19046, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jenkintown-PA-firstrust-bank').style.display = '';map = new google.maps.Map(document.getElementById('jenkintown-PA-firstrust-bank'), mapOptions);}document.getElementById('56f0b457').innerHTML += ' | View Map';var $l934c6b6cc06fb9da996d455a89594f31 = '

Firstrust Bank

Address: 261 Old York Rd # 207, Jenkintown, PA 19046, USA
Phone: (215) 886-0100
';var m_934c6b6cc06fb9da996d455a89594f31 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Firstrust Bank',});m_934c6b6cc06fb9da996d455a89594f31['infowindow'] = new google.maps.InfoWindow({content: $l934c6b6cc06fb9da996d455a89594f31});var infowindow = new google.maps.InfoWindow({content: $l934c6b6cc06fb9da996d455a89594f31});google.maps.event.addListener(m_934c6b6cc06fb9da996d455a89594f31, 'click', function() {infowindow.open(map,m_934c6b6cc06fb9da996d455a89594f31);});$marker.push(m_934c6b6cc06fb9da996d455a89594f31);}});}google.maps.event.addDomListener(window, 'load', initialize);