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.5711,-75.5975)};var g_2bcb8d4c5956c9aa0345824df34c0d81 = new google.maps.Geocoder();g_2bcb8d4c5956c9aa0345824df34c0d81.geocode( { 'address': "145 Clinton Street, Delaware City, DE 19706"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('delaware-city-DE-wsfs-bank').style.display = '';map = new google.maps.Map(document.getElementById('delaware-city-DE-wsfs-bank'), mapOptions);}document.getElementById('6dc99b0f').innerHTML += ' | View Map';var $l2bcb8d4c5956c9aa0345824df34c0d81 = '

WSFS Bank

Address: 145 Clinton Street, Delaware City, DE 19706
Phone: (302) 838-7840
';var m_2bcb8d4c5956c9aa0345824df34c0d81 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'WSFS Bank',});m_2bcb8d4c5956c9aa0345824df34c0d81['infowindow'] = new google.maps.InfoWindow({content: $l2bcb8d4c5956c9aa0345824df34c0d81});var infowindow = new google.maps.InfoWindow({content: $l2bcb8d4c5956c9aa0345824df34c0d81});google.maps.event.addListener(m_2bcb8d4c5956c9aa0345824df34c0d81, 'click', function() {infowindow.open(map,m_2bcb8d4c5956c9aa0345824df34c0d81);});$marker.push(m_2bcb8d4c5956c9aa0345824df34c0d81);}});}google.maps.event.addDomListener(window, 'load', initialize);