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.6717,-75.5976)};var g_d895ddf85c94fa09df5b6340a1d35175 = new google.maps.Geocoder();g_d895ddf85c94fa09df5b6340a1d35175.geocode( { 'address': "144 N Dupont Hwy, New Castle, DE 19720, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-castle-DE-wsfs-bank').style.display = '';map = new google.maps.Map(document.getElementById('new-castle-DE-wsfs-bank'), mapOptions);}document.getElementById('2c8e6639').innerHTML += ' | View Map';var $ld895ddf85c94fa09df5b6340a1d35175 = '

WSFS Bank

Address: 144 N Dupont Hwy, New Castle, DE 19720, USA
Phone: (302) 324-5800
';var m_d895ddf85c94fa09df5b6340a1d35175 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'WSFS Bank',});m_d895ddf85c94fa09df5b6340a1d35175['infowindow'] = new google.maps.InfoWindow({content: $ld895ddf85c94fa09df5b6340a1d35175});var infowindow = new google.maps.InfoWindow({content: $ld895ddf85c94fa09df5b6340a1d35175});google.maps.event.addListener(m_d895ddf85c94fa09df5b6340a1d35175, 'click', function() {infowindow.open(map,m_d895ddf85c94fa09df5b6340a1d35175);});$marker.push(m_d895ddf85c94fa09df5b6340a1d35175);}});}google.maps.event.addDomListener(window, 'load', initialize);