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.153,-75.2679)};var g_602573e81c08583d8bd589695faf798d = new google.maps.Geocoder();g_602573e81c08583d8bd589695faf798d.geocode( { 'address': "640 Skippack Pike, Bld 2, Blue Bell, PA 19422, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('blue-bell-PA-beneficial-bank').style.display = '';map = new google.maps.Map(document.getElementById('blue-bell-PA-beneficial-bank'), mapOptions);}document.getElementById('bb81d4e2').innerHTML += ' | View Map';var $l602573e81c08583d8bd589695faf798d = '

Beneficial Bank

Address: 640 Skippack Pike, Bld 2, Blue Bell, PA 19422, USA
Phone: (215) 619-8960
';var m_602573e81c08583d8bd589695faf798d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Beneficial Bank',});m_602573e81c08583d8bd589695faf798d['infowindow'] = new google.maps.InfoWindow({content: $l602573e81c08583d8bd589695faf798d});var infowindow = new google.maps.InfoWindow({content: $l602573e81c08583d8bd589695faf798d});google.maps.event.addListener(m_602573e81c08583d8bd589695faf798d, 'click', function() {infowindow.open(map,m_602573e81c08583d8bd589695faf798d);});$marker.push(m_602573e81c08583d8bd589695faf798d);}});}google.maps.event.addDomListener(window, 'load', initialize);