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(38.3625,-75.5945)};var g_93c0252ec13bfa7775b17ed139bb52f9 = new google.maps.Geocoder();g_93c0252ec13bfa7775b17ed139bb52f9.geocode( { 'address': "201 East Main St, Salisbury, MD 21801"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salisbury-MD-morgan-stanley').style.display = '';map = new google.maps.Map(document.getElementById('salisbury-MD-morgan-stanley'), mapOptions);}document.getElementById('29a3da2a').innerHTML += ' | View Map';var $l93c0252ec13bfa7775b17ed139bb52f9 = '

Morgan Stanley

Address: 201 East Main St, Salisbury, MD 21801
Phone: (410) 341-7900
';var m_93c0252ec13bfa7775b17ed139bb52f9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Morgan Stanley',});m_93c0252ec13bfa7775b17ed139bb52f9['infowindow'] = new google.maps.InfoWindow({content: $l93c0252ec13bfa7775b17ed139bb52f9});var infowindow = new google.maps.InfoWindow({content: $l93c0252ec13bfa7775b17ed139bb52f9});google.maps.event.addListener(m_93c0252ec13bfa7775b17ed139bb52f9, 'click', function() {infowindow.open(map,m_93c0252ec13bfa7775b17ed139bb52f9);});$marker.push(m_93c0252ec13bfa7775b17ed139bb52f9);}});}google.maps.event.addDomListener(window, 'load', initialize);