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(34.9631,-89.9904)};var g_76293afda547ea032c46a02e3f20dbfe = new google.maps.Geocoder();g_76293afda547ea032c46a02e3f20dbfe.geocode( { 'address': "50 Goodman Rd W, Southaven, MS 38671, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('southaven-MS-trustmark').style.display = '';map = new google.maps.Map(document.getElementById('southaven-MS-trustmark'), mapOptions);}document.getElementById('c8e64549').innerHTML += ' | View Map';var $l76293afda547ea032c46a02e3f20dbfe = '

Trustmark

Address: 50 Goodman Rd W, Southaven, MS 38671, USA
Phone: (662) 349-0295
';var m_76293afda547ea032c46a02e3f20dbfe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Trustmark',});m_76293afda547ea032c46a02e3f20dbfe['infowindow'] = new google.maps.InfoWindow({content: $l76293afda547ea032c46a02e3f20dbfe});var infowindow = new google.maps.InfoWindow({content: $l76293afda547ea032c46a02e3f20dbfe});google.maps.event.addListener(m_76293afda547ea032c46a02e3f20dbfe, 'click', function() {infowindow.open(map,m_76293afda547ea032c46a02e3f20dbfe);});$marker.push(m_76293afda547ea032c46a02e3f20dbfe);}});}google.maps.event.addDomListener(window, 'load', initialize);