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.1176,-75.0145)};var g_891b842e3ae032774fe150a0b0aff45d = new google.maps.Geocoder();g_891b842e3ae032774fe150a0b0aff45d.geocode( { 'address': "2000 Market St, Philadelphia, PA 19103"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('philadelphia-PA-santader-bank-administration-ofcs').style.display = '';map = new google.maps.Map(document.getElementById('philadelphia-PA-santader-bank-administration-ofcs'), mapOptions);}document.getElementById('fb9dc4d0').innerHTML += ' | View Map';var $l891b842e3ae032774fe150a0b0aff45d = '

Santader Bank Administration Ofcs

Address: 2000 Market St, Philadelphia, PA 19103
Phone: (267) 256-2800
';var m_891b842e3ae032774fe150a0b0aff45d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santader Bank Administration Ofcs',});m_891b842e3ae032774fe150a0b0aff45d['infowindow'] = new google.maps.InfoWindow({content: $l891b842e3ae032774fe150a0b0aff45d});var infowindow = new google.maps.InfoWindow({content: $l891b842e3ae032774fe150a0b0aff45d});google.maps.event.addListener(m_891b842e3ae032774fe150a0b0aff45d, 'click', function() {infowindow.open(map,m_891b842e3ae032774fe150a0b0aff45d);});$marker.push(m_891b842e3ae032774fe150a0b0aff45d);}});}google.maps.event.addDomListener(window, 'load', initialize);