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(32.3175,-106.744)};var g_f0acd37d26806db3398562e43c569d2b = new google.maps.Geocoder();g_f0acd37d26806db3398562e43c569d2b.geocode( { 'address': "3050 Roadrunner Pkwy, Las Cruces, NM 88011"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('las-cruces-NM-morgan-stanley').style.display = '';map = new google.maps.Map(document.getElementById('las-cruces-NM-morgan-stanley'), mapOptions);}document.getElementById('866b7ecd').innerHTML += ' | View Map';var $lf0acd37d26806db3398562e43c569d2b = '

Morgan Stanley

Address: 3050 Roadrunner Pkwy, Las Cruces, NM 88011
Phone: (575) 522-8500
';var m_f0acd37d26806db3398562e43c569d2b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Morgan Stanley',});m_f0acd37d26806db3398562e43c569d2b['infowindow'] = new google.maps.InfoWindow({content: $lf0acd37d26806db3398562e43c569d2b});var infowindow = new google.maps.InfoWindow({content: $lf0acd37d26806db3398562e43c569d2b});google.maps.event.addListener(m_f0acd37d26806db3398562e43c569d2b, 'click', function() {infowindow.open(map,m_f0acd37d26806db3398562e43c569d2b);});$marker.push(m_f0acd37d26806db3398562e43c569d2b);}});}google.maps.event.addDomListener(window, 'load', initialize);