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(27.3536,-82.4866)};var g_7884526f146dccf95b3ccf58c82a7374 = new google.maps.Geocoder();g_7884526f146dccf95b3ccf58c82a7374.geocode( { 'address': "2 North Tamiami Trail, Sarasota, FL 34236"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sarasota-FL-morgan-stanley').style.display = '';map = new google.maps.Map(document.getElementById('sarasota-FL-morgan-stanley'), mapOptions);}document.getElementById('bd176b7d').innerHTML += ' | View Map';var $l7884526f146dccf95b3ccf58c82a7374 = '

Morgan Stanley

Address: 2 North Tamiami Trail, Sarasota, FL 34236
Phone: (941) 365-3900
';var m_7884526f146dccf95b3ccf58c82a7374 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Morgan Stanley',});m_7884526f146dccf95b3ccf58c82a7374['infowindow'] = new google.maps.InfoWindow({content: $l7884526f146dccf95b3ccf58c82a7374});var infowindow = new google.maps.InfoWindow({content: $l7884526f146dccf95b3ccf58c82a7374});google.maps.event.addListener(m_7884526f146dccf95b3ccf58c82a7374, 'click', function() {infowindow.open(map,m_7884526f146dccf95b3ccf58c82a7374);});$marker.push(m_7884526f146dccf95b3ccf58c82a7374);}});}google.maps.event.addDomListener(window, 'load', initialize);