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(31.7604,-106.487)};var g_dcfdab96ccfac84a435cd907f1e43ad1 = new google.maps.Geocoder();g_dcfdab96ccfac84a435cd907f1e43ad1.geocode( { 'address': "641 North Stanton Street, El Paso, TX 79901"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('el-paso-TX-morgan-stanley').style.display = '';map = new google.maps.Map(document.getElementById('el-paso-TX-morgan-stanley'), mapOptions);}document.getElementById('3b8a979e').innerHTML += ' | View Map';var $ldcfdab96ccfac84a435cd907f1e43ad1 = '

Morgan Stanley

Address: 641 North Stanton Street, El Paso, TX 79901
Phone: (915) 842-7900
';var m_dcfdab96ccfac84a435cd907f1e43ad1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Morgan Stanley',});m_dcfdab96ccfac84a435cd907f1e43ad1['infowindow'] = new google.maps.InfoWindow({content: $ldcfdab96ccfac84a435cd907f1e43ad1});var infowindow = new google.maps.InfoWindow({content: $ldcfdab96ccfac84a435cd907f1e43ad1});google.maps.event.addListener(m_dcfdab96ccfac84a435cd907f1e43ad1, 'click', function() {infowindow.open(map,m_dcfdab96ccfac84a435cd907f1e43ad1);});$marker.push(m_dcfdab96ccfac84a435cd907f1e43ad1);}});}google.maps.event.addDomListener(window, 'load', initialize);