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(34.1484,-118.461)};var g_187d89ae562d7238ada064add0eb2a7d = new google.maps.Geocoder();g_187d89ae562d7238ada064add0eb2a7d.geocode( { 'address': "15260 Ventura Blvd, Sherman Oaks, CA 91403"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sherman-oaks-CA-morgan-stanley').style.display = '';map = new google.maps.Map(document.getElementById('sherman-oaks-CA-morgan-stanley'), mapOptions);}document.getElementById('b9b878ea').innerHTML += ' | View Map';var $l187d89ae562d7238ada064add0eb2a7d = '

Morgan Stanley

Address: 15260 Ventura Blvd, Sherman Oaks, CA 91403
Phone: (818) 788-2800
';var m_187d89ae562d7238ada064add0eb2a7d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Morgan Stanley',});m_187d89ae562d7238ada064add0eb2a7d['infowindow'] = new google.maps.InfoWindow({content: $l187d89ae562d7238ada064add0eb2a7d});var infowindow = new google.maps.InfoWindow({content: $l187d89ae562d7238ada064add0eb2a7d});google.maps.event.addListener(m_187d89ae562d7238ada064add0eb2a7d, 'click', function() {infowindow.open(map,m_187d89ae562d7238ada064add0eb2a7d);});$marker.push(m_187d89ae562d7238ada064add0eb2a7d);}});}google.maps.event.addDomListener(window, 'load', initialize);