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(21.3255,-157.831)};var g_acdd38f28394494924300897126bc5b4 = new google.maps.Geocoder();g_acdd38f28394494924300897126bc5b4.geocode( { 'address': "733 Bishop Street, Honolulu, HI 96813"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('honolulu-HI-morgan-stanley').style.display = '';map = new google.maps.Map(document.getElementById('honolulu-HI-morgan-stanley'), mapOptions);}document.getElementById('c9e7b206').innerHTML += ' | View Map';var $lacdd38f28394494924300897126bc5b4 = '

Morgan Stanley

Address: 733 Bishop Street, Honolulu, HI 96813
Phone: (808) 525-6900
';var m_acdd38f28394494924300897126bc5b4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Morgan Stanley',});m_acdd38f28394494924300897126bc5b4['infowindow'] = new google.maps.InfoWindow({content: $lacdd38f28394494924300897126bc5b4});var infowindow = new google.maps.InfoWindow({content: $lacdd38f28394494924300897126bc5b4});google.maps.event.addListener(m_acdd38f28394494924300897126bc5b4, 'click', function() {infowindow.open(map,m_acdd38f28394494924300897126bc5b4);});$marker.push(m_acdd38f28394494924300897126bc5b4);}});}google.maps.event.addDomListener(window, 'load', initialize);