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.2949,-76.6249)};var g_46922a0880a8f11f8f69cbb52b1396be = new google.maps.Geocoder();g_46922a0880a8f11f8f69cbb52b1396be.geocode( { 'address': "2650 Quarry Lake Dr., Baltimore, MD 21209"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baltimore-MD-morgan-stanley').style.display = '';map = new google.maps.Map(document.getElementById('baltimore-MD-morgan-stanley'), mapOptions);}document.getElementById('b0e8c3d3').innerHTML += ' | View Map';var $l46922a0880a8f11f8f69cbb52b1396be = '

Morgan Stanley

Address: 2650 Quarry Lake Dr., Baltimore, MD 21209
Phone: (410) 486-8010
';var m_46922a0880a8f11f8f69cbb52b1396be = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Morgan Stanley',});m_46922a0880a8f11f8f69cbb52b1396be['infowindow'] = new google.maps.InfoWindow({content: $l46922a0880a8f11f8f69cbb52b1396be});var infowindow = new google.maps.InfoWindow({content: $l46922a0880a8f11f8f69cbb52b1396be});google.maps.event.addListener(m_46922a0880a8f11f8f69cbb52b1396be, 'click', function() {infowindow.open(map,m_46922a0880a8f11f8f69cbb52b1396be);});$marker.push(m_46922a0880a8f11f8f69cbb52b1396be);}});}google.maps.event.addDomListener(window, 'load', initialize);