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.0829,-75.4041)};var g_31f0ed70dc9da8beb5bc9c56a0881dd3 = new google.maps.Geocoder();g_31f0ed70dc9da8beb5bc9c56a0881dd3.geocode( { 'address': "110 Town Center Rd, King of Prussia, PA 19406, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('king-of-prussia-PA-wsfs-bank').style.display = '';map = new google.maps.Map(document.getElementById('king-of-prussia-PA-wsfs-bank'), mapOptions);}document.getElementById('f386d8c3').innerHTML += ' | View Map';var $l31f0ed70dc9da8beb5bc9c56a0881dd3 = '

WSFS Bank

Address: 110 Town Center Rd, King of Prussia, PA 19406, USA
Phone: (484) 654-3050
';var m_31f0ed70dc9da8beb5bc9c56a0881dd3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'WSFS Bank',});m_31f0ed70dc9da8beb5bc9c56a0881dd3['infowindow'] = new google.maps.InfoWindow({content: $l31f0ed70dc9da8beb5bc9c56a0881dd3});var infowindow = new google.maps.InfoWindow({content: $l31f0ed70dc9da8beb5bc9c56a0881dd3});google.maps.event.addListener(m_31f0ed70dc9da8beb5bc9c56a0881dd3, 'click', function() {infowindow.open(map,m_31f0ed70dc9da8beb5bc9c56a0881dd3);});$marker.push(m_31f0ed70dc9da8beb5bc9c56a0881dd3);}});}google.maps.event.addDomListener(window, 'load', initialize);