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.9533,-75.1509)};var g_8b847971f98dea19da6fb0741c8251ce = new google.maps.Geocoder();g_8b847971f98dea19da6fb0741c8251ce.geocode( { 'address': "10 N Independence Mall W, Philadelphia, PA 19106, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('philadelphia-PA-frb-philadelphia').style.display = '';map = new google.maps.Map(document.getElementById('philadelphia-PA-frb-philadelphia'), mapOptions);}document.getElementById('b4132f59').innerHTML += ' | View Map';var $l8b847971f98dea19da6fb0741c8251ce = '

FRB Philadelphia

Address: 10 N Independence Mall W, Philadelphia, PA 19106, USA
Phone: (215) 574-6000
';var m_8b847971f98dea19da6fb0741c8251ce = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FRB Philadelphia',});m_8b847971f98dea19da6fb0741c8251ce['infowindow'] = new google.maps.InfoWindow({content: $l8b847971f98dea19da6fb0741c8251ce});var infowindow = new google.maps.InfoWindow({content: $l8b847971f98dea19da6fb0741c8251ce});google.maps.event.addListener(m_8b847971f98dea19da6fb0741c8251ce, 'click', function() {infowindow.open(map,m_8b847971f98dea19da6fb0741c8251ce);});$marker.push(m_8b847971f98dea19da6fb0741c8251ce);}});}google.maps.event.addDomListener(window, 'load', initialize);