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.0421,-75.4847)};var g_41a69c66f821f25c8184aea3bb35225d = new google.maps.Geocoder();g_41a69c66f821f25c8184aea3bb35225d.geocode( { 'address': "1 W Lancaster Ave, Paoli, PA 19301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('paoli-PA-wsfs-bank').style.display = '';map = new google.maps.Map(document.getElementById('paoli-PA-wsfs-bank'), mapOptions);}document.getElementById('54e64760').innerHTML += ' | View Map';var $l41a69c66f821f25c8184aea3bb35225d = '

WSFS Bank

Address: 1 W Lancaster Ave, Paoli, PA 19301, USA
Phone: (610) 535-4890
';var m_41a69c66f821f25c8184aea3bb35225d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'WSFS Bank',});m_41a69c66f821f25c8184aea3bb35225d['infowindow'] = new google.maps.InfoWindow({content: $l41a69c66f821f25c8184aea3bb35225d});var infowindow = new google.maps.InfoWindow({content: $l41a69c66f821f25c8184aea3bb35225d});google.maps.event.addListener(m_41a69c66f821f25c8184aea3bb35225d, 'click', function() {infowindow.open(map,m_41a69c66f821f25c8184aea3bb35225d);});$marker.push(m_41a69c66f821f25c8184aea3bb35225d);}});}google.maps.event.addDomListener(window, 'load', initialize);