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_bb0528eaebdf5520889335d52d323882 = new google.maps.Geocoder();g_bb0528eaebdf5520889335d52d323882.geocode( { 'address': "1500 Market St, Philadelphia, PA 19102"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('philadelphia-PA-lehman-brothers-bank').style.display = '';map = new google.maps.Map(document.getElementById('philadelphia-PA-lehman-brothers-bank'), mapOptions);}document.getElementById('f0382880').innerHTML += ' | View Map';var $lbb0528eaebdf5520889335d52d323882 = '

Lehman Brothers Bank

Address: 1500 Market St, Philadelphia, PA 19102
Phone: (215) 246-3458
';var m_bb0528eaebdf5520889335d52d323882 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lehman Brothers Bank',});m_bb0528eaebdf5520889335d52d323882['infowindow'] = new google.maps.InfoWindow({content: $lbb0528eaebdf5520889335d52d323882});var infowindow = new google.maps.InfoWindow({content: $lbb0528eaebdf5520889335d52d323882});google.maps.event.addListener(m_bb0528eaebdf5520889335d52d323882, 'click', function() {infowindow.open(map,m_bb0528eaebdf5520889335d52d323882);});$marker.push(m_bb0528eaebdf5520889335d52d323882);}});}google.maps.event.addDomListener(window, 'load', initialize);