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(40.8553,-73.2097)};var g_1eb01bd1c744e53a6c47b831bf872fa5 = new google.maps.Geocoder();g_1eb01bd1c744e53a6c47b831bf872fa5.geocode( { 'address': "285 E Main St, Smithtown, NY 11787"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('smithtown-NY-morgan-stanley').style.display = '';map = new google.maps.Map(document.getElementById('smithtown-NY-morgan-stanley'), mapOptions);}document.getElementById('3ecde3ff').innerHTML += ' | View Map';var $l1eb01bd1c744e53a6c47b831bf872fa5 = '

Morgan Stanley

Address: 285 E Main St, Smithtown, NY 11787
Phone: (631) 360-7208
';var m_1eb01bd1c744e53a6c47b831bf872fa5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Morgan Stanley',});m_1eb01bd1c744e53a6c47b831bf872fa5['infowindow'] = new google.maps.InfoWindow({content: $l1eb01bd1c744e53a6c47b831bf872fa5});var infowindow = new google.maps.InfoWindow({content: $l1eb01bd1c744e53a6c47b831bf872fa5});google.maps.event.addListener(m_1eb01bd1c744e53a6c47b831bf872fa5, 'click', function() {infowindow.open(map,m_1eb01bd1c744e53a6c47b831bf872fa5);});$marker.push(m_1eb01bd1c744e53a6c47b831bf872fa5);}});}google.maps.event.addDomListener(window, 'load', initialize);