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.1345,-75.4503)};var g_9c6b38dcf19d88bd90c6167f1a612b0f = new google.maps.Geocoder();g_9c6b38dcf19d88bd90c6167f1a612b0f.geocode( { 'address': "1630 Egypt Rd, Phoenixville, PA 19460, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('phoenixville-PA-wsfs-bank').style.display = '';map = new google.maps.Map(document.getElementById('phoenixville-PA-wsfs-bank'), mapOptions);}document.getElementById('b8fc0b33').innerHTML += ' | View Map';var $l9c6b38dcf19d88bd90c6167f1a612b0f = '

WSFS Bank

Address: 1630 Egypt Rd, Phoenixville, PA 19460, USA
Phone: (484) 654-2990
';var m_9c6b38dcf19d88bd90c6167f1a612b0f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'WSFS Bank',});m_9c6b38dcf19d88bd90c6167f1a612b0f['infowindow'] = new google.maps.InfoWindow({content: $l9c6b38dcf19d88bd90c6167f1a612b0f});var infowindow = new google.maps.InfoWindow({content: $l9c6b38dcf19d88bd90c6167f1a612b0f});google.maps.event.addListener(m_9c6b38dcf19d88bd90c6167f1a612b0f, 'click', function() {infowindow.open(map,m_9c6b38dcf19d88bd90c6167f1a612b0f);});$marker.push(m_9c6b38dcf19d88bd90c6167f1a612b0f);}});}google.maps.event.addDomListener(window, 'load', initialize);