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(35.2005,-106.643)};var g_210b7ec74fc9cec6fb8388dbbdaf23f7 = new google.maps.Geocoder();g_210b7ec74fc9cec6fb8388dbbdaf23f7.geocode( { 'address': "6565 Americas Pkwy Ne, Albuquerque, NM 87110"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albuquerque-NM-morgan-stanley').style.display = '';map = new google.maps.Map(document.getElementById('albuquerque-NM-morgan-stanley'), mapOptions);}document.getElementById('901f43b6').innerHTML += ' | View Map';var $l210b7ec74fc9cec6fb8388dbbdaf23f7 = '

Morgan Stanley

Address: 6565 Americas Pkwy Ne, Albuquerque, NM 87110
Phone: (505) 883-6262
';var m_210b7ec74fc9cec6fb8388dbbdaf23f7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Morgan Stanley',});m_210b7ec74fc9cec6fb8388dbbdaf23f7['infowindow'] = new google.maps.InfoWindow({content: $l210b7ec74fc9cec6fb8388dbbdaf23f7});var infowindow = new google.maps.InfoWindow({content: $l210b7ec74fc9cec6fb8388dbbdaf23f7});google.maps.event.addListener(m_210b7ec74fc9cec6fb8388dbbdaf23f7, 'click', function() {infowindow.open(map,m_210b7ec74fc9cec6fb8388dbbdaf23f7);});$marker.push(m_210b7ec74fc9cec6fb8388dbbdaf23f7);}});}google.maps.event.addDomListener(window, 'load', initialize);