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(37.1719,-121.975)};var g_b48483cfd371364b765fcbe489277b1f = new google.maps.Geocoder();g_b48483cfd371364b765fcbe489277b1f.geocode( { 'address': "16000 Los Gatos Blvd, Los Gatos, CA 95032"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-gatos-CA-morgan-stanley').style.display = '';map = new google.maps.Map(document.getElementById('los-gatos-CA-morgan-stanley'), mapOptions);}document.getElementById('ac89a7fa').innerHTML += ' | View Map';var $lb48483cfd371364b765fcbe489277b1f = '

Morgan Stanley

Address: 16000 Los Gatos Blvd, Los Gatos, CA 95032
Phone: (408) 358-0988
';var m_b48483cfd371364b765fcbe489277b1f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Morgan Stanley',});m_b48483cfd371364b765fcbe489277b1f['infowindow'] = new google.maps.InfoWindow({content: $lb48483cfd371364b765fcbe489277b1f});var infowindow = new google.maps.InfoWindow({content: $lb48483cfd371364b765fcbe489277b1f});google.maps.event.addListener(m_b48483cfd371364b765fcbe489277b1f, 'click', function() {infowindow.open(map,m_b48483cfd371364b765fcbe489277b1f);});$marker.push(m_b48483cfd371364b765fcbe489277b1f);}});}google.maps.event.addDomListener(window, 'load', initialize);