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.2929,-90.1842)};var g_953bd83cb0b9c9f9dc4b3ba0bfc1b236 = new google.maps.Geocoder();g_953bd83cb0b9c9f9dc4b3ba0bfc1b236.geocode( { 'address': "4450 Old Canton Road, Jackson, MS 39211"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jackson-MS-morgan-stanley').style.display = '';map = new google.maps.Map(document.getElementById('jackson-MS-morgan-stanley'), mapOptions);}document.getElementById('330dfea6').innerHTML += ' | View Map';var $l953bd83cb0b9c9f9dc4b3ba0bfc1b236 = '

Morgan Stanley

Address: 4450 Old Canton Road, Jackson, MS 39211
Phone: (601) 321-7800
';var m_953bd83cb0b9c9f9dc4b3ba0bfc1b236 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Morgan Stanley',});m_953bd83cb0b9c9f9dc4b3ba0bfc1b236['infowindow'] = new google.maps.InfoWindow({content: $l953bd83cb0b9c9f9dc4b3ba0bfc1b236});var infowindow = new google.maps.InfoWindow({content: $l953bd83cb0b9c9f9dc4b3ba0bfc1b236});google.maps.event.addListener(m_953bd83cb0b9c9f9dc4b3ba0bfc1b236, 'click', function() {infowindow.open(map,m_953bd83cb0b9c9f9dc4b3ba0bfc1b236);});$marker.push(m_953bd83cb0b9c9f9dc4b3ba0bfc1b236);}});}google.maps.event.addDomListener(window, 'load', initialize);