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(38.6387,-75.611)};var g_d39fd3fd5f8258a07c49d42684cbae63 = new google.maps.Geocoder();g_d39fd3fd5f8258a07c49d42684cbae63.geocode( { 'address': "22820 Sussex Highway, Seaford, DE 19973"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seaford-DE-wsfs-bank').style.display = '';map = new google.maps.Map(document.getElementById('seaford-DE-wsfs-bank'), mapOptions);}document.getElementById('edc2519a').innerHTML += ' | View Map';var $ld39fd3fd5f8258a07c49d42684cbae63 = '

WSFS Bank

Address: 22820 Sussex Highway, Seaford, DE 19973
Phone: (302) 360-0440
';var m_d39fd3fd5f8258a07c49d42684cbae63 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'WSFS Bank',});m_d39fd3fd5f8258a07c49d42684cbae63['infowindow'] = new google.maps.InfoWindow({content: $ld39fd3fd5f8258a07c49d42684cbae63});var infowindow = new google.maps.InfoWindow({content: $ld39fd3fd5f8258a07c49d42684cbae63});google.maps.event.addListener(m_d39fd3fd5f8258a07c49d42684cbae63, 'click', function() {infowindow.open(map,m_d39fd3fd5f8258a07c49d42684cbae63);});$marker.push(m_d39fd3fd5f8258a07c49d42684cbae63);}});}google.maps.event.addDomListener(window, 'load', initialize);