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(39.9162,-75.3791)};var g_a584750e807e73159a3ec38cf03ec65f = new google.maps.Geocoder();g_a584750e807e73159a3ec38cf03ec65f.geocode( { 'address': "521 E Baltimore Pike, Media, PA 19063, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('media-PA-beneficial-bank').style.display = '';map = new google.maps.Map(document.getElementById('media-PA-beneficial-bank'), mapOptions);}document.getElementById('d6d3c6e7').innerHTML += ' | View Map';var $la584750e807e73159a3ec38cf03ec65f = '

Beneficial Bank

Address: 521 E Baltimore Pike, Media, PA 19063, USA
Phone: (610) 565-9427
';var m_a584750e807e73159a3ec38cf03ec65f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Beneficial Bank',});m_a584750e807e73159a3ec38cf03ec65f['infowindow'] = new google.maps.InfoWindow({content: $la584750e807e73159a3ec38cf03ec65f});var infowindow = new google.maps.InfoWindow({content: $la584750e807e73159a3ec38cf03ec65f});google.maps.event.addListener(m_a584750e807e73159a3ec38cf03ec65f, 'click', function() {infowindow.open(map,m_a584750e807e73159a3ec38cf03ec65f);});$marker.push(m_a584750e807e73159a3ec38cf03ec65f);}});}google.maps.event.addDomListener(window, 'load', initialize);