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.1908,-75.2066)};var g_50c0825021514d9e67849b768c681ec1 = new google.maps.Geocoder();g_50c0825021514d9e67849b768c681ec1.geocode( { 'address': "901 Limekiln Pike, Ambler, PA 19002"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ambler-PA-beneficial-savings').style.display = '';map = new google.maps.Map(document.getElementById('ambler-PA-beneficial-savings'), mapOptions);}document.getElementById('3c175f0c').innerHTML += ' | View Map';var $l50c0825021514d9e67849b768c681ec1 = '

Beneficial Savings

Address: 901 Limekiln Pike, Ambler, PA 19002
Phone: (215) 542-5937
';var m_50c0825021514d9e67849b768c681ec1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Beneficial Savings',});m_50c0825021514d9e67849b768c681ec1['infowindow'] = new google.maps.InfoWindow({content: $l50c0825021514d9e67849b768c681ec1});var infowindow = new google.maps.InfoWindow({content: $l50c0825021514d9e67849b768c681ec1});google.maps.event.addListener(m_50c0825021514d9e67849b768c681ec1, 'click', function() {infowindow.open(map,m_50c0825021514d9e67849b768c681ec1);});$marker.push(m_50c0825021514d9e67849b768c681ec1);}});}google.maps.event.addDomListener(window, 'load', initialize);