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(41.0519,-73.5389)};var g_b96f94574298ff170b3fe1bfc2513f55 = new google.maps.Geocoder();g_b96f94574298ff170b3fe1bfc2513f55.geocode( { 'address': "301 Tresser Blvd, Stamford, CT 06901"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stamford-CT-morgan-stanley-smith-barney').style.display = '';map = new google.maps.Map(document.getElementById('stamford-CT-morgan-stanley-smith-barney'), mapOptions);}document.getElementById('80abe5bb').innerHTML += ' | View Map';var $lb96f94574298ff170b3fe1bfc2513f55 = '

Morgan Stanley Smith Barney

Address: 301 Tresser Blvd, Stamford, CT 06901
Phone: (203) 356-9150
';var m_b96f94574298ff170b3fe1bfc2513f55 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Morgan Stanley Smith Barney',});m_b96f94574298ff170b3fe1bfc2513f55['infowindow'] = new google.maps.InfoWindow({content: $lb96f94574298ff170b3fe1bfc2513f55});var infowindow = new google.maps.InfoWindow({content: $lb96f94574298ff170b3fe1bfc2513f55});google.maps.event.addListener(m_b96f94574298ff170b3fe1bfc2513f55, 'click', function() {infowindow.open(map,m_b96f94574298ff170b3fe1bfc2513f55);});$marker.push(m_b96f94574298ff170b3fe1bfc2513f55);}});}google.maps.event.addDomListener(window, 'load', initialize);