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.1853,-75.2845)};var g_6ccc1a4620e22cf90a7e9c9414acf7aa = new google.maps.Geocoder();g_6ccc1a4620e22cf90a7e9c9414acf7aa.geocode( { 'address': "9000 Twin Silo Dr, Blue Bell, PA 19422, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('blue-bell-PA-ambler-savings-bank-savings').style.display = '';map = new google.maps.Map(document.getElementById('blue-bell-PA-ambler-savings-bank-savings'), mapOptions);}document.getElementById('2a9cd60a').innerHTML += ' | View Map';var $l6ccc1a4620e22cf90a7e9c9414acf7aa = '

Ambler Savings Bank Savings

Address: 9000 Twin Silo Dr, Blue Bell, PA 19422, USA
Phone: (215) 646-8400
';var m_6ccc1a4620e22cf90a7e9c9414acf7aa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ambler Savings Bank Savings',});m_6ccc1a4620e22cf90a7e9c9414acf7aa['infowindow'] = new google.maps.InfoWindow({content: $l6ccc1a4620e22cf90a7e9c9414acf7aa});var infowindow = new google.maps.InfoWindow({content: $l6ccc1a4620e22cf90a7e9c9414acf7aa});google.maps.event.addListener(m_6ccc1a4620e22cf90a7e9c9414acf7aa, 'click', function() {infowindow.open(map,m_6ccc1a4620e22cf90a7e9c9414acf7aa);});$marker.push(m_6ccc1a4620e22cf90a7e9c9414acf7aa);}});}google.maps.event.addDomListener(window, 'load', initialize);