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(44.5513,-73.1799)};var g_a1c3ae6c49a89d92aef2d423dadb477f = new google.maps.Geocoder();g_a1c3ae6c49a89d92aef2d423dadb477f.geocode( { 'address': "105 West View Rd, Colchester, VT 05446"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('colchester-VT-morgan-stanley').style.display = '';map = new google.maps.Map(document.getElementById('colchester-VT-morgan-stanley'), mapOptions);}document.getElementById('a901129f').innerHTML += ' | View Map';var $la1c3ae6c49a89d92aef2d423dadb477f = '

Morgan Stanley

Address: 105 West View Rd, Colchester, VT 05446
Phone: (802) 658-2424
';var m_a1c3ae6c49a89d92aef2d423dadb477f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Morgan Stanley',});m_a1c3ae6c49a89d92aef2d423dadb477f['infowindow'] = new google.maps.InfoWindow({content: $la1c3ae6c49a89d92aef2d423dadb477f});var infowindow = new google.maps.InfoWindow({content: $la1c3ae6c49a89d92aef2d423dadb477f});google.maps.event.addListener(m_a1c3ae6c49a89d92aef2d423dadb477f, 'click', function() {infowindow.open(map,m_a1c3ae6c49a89d92aef2d423dadb477f);});$marker.push(m_a1c3ae6c49a89d92aef2d423dadb477f);}});}google.maps.event.addDomListener(window, 'load', initialize);