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(36.0446,-79.8596)};var g_858a2be748405d1cf063e97622abc791 = new google.maps.Geocoder();g_858a2be748405d1cf063e97622abc791.geocode( { 'address': "300 N Greene St, Greensboro, NC 27401"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greensboro-NC-morgan-stanley').style.display = '';map = new google.maps.Map(document.getElementById('greensboro-NC-morgan-stanley'), mapOptions);}document.getElementById('f5a70362').innerHTML += ' | View Map';var $l858a2be748405d1cf063e97622abc791 = '

Morgan Stanley

Address: 300 N Greene St, Greensboro, NC 27401
Phone: (336) 275-2881
';var m_858a2be748405d1cf063e97622abc791 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Morgan Stanley',});m_858a2be748405d1cf063e97622abc791['infowindow'] = new google.maps.InfoWindow({content: $l858a2be748405d1cf063e97622abc791});var infowindow = new google.maps.InfoWindow({content: $l858a2be748405d1cf063e97622abc791});google.maps.event.addListener(m_858a2be748405d1cf063e97622abc791, 'click', function() {infowindow.open(map,m_858a2be748405d1cf063e97622abc791);});$marker.push(m_858a2be748405d1cf063e97622abc791);}});}google.maps.event.addDomListener(window, 'load', initialize);