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(33.5377,-88.4624)};var g_53cf6d1dea3f51192fa68f073309e7ac = new google.maps.Geocoder();g_53cf6d1dea3f51192fa68f073309e7ac.geocode( { 'address': "3600 Bluecutt Rd, Columbus, MS 39705"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbus-MS-trustmark-bank').style.display = '';map = new google.maps.Map(document.getElementById('columbus-MS-trustmark-bank'), mapOptions);}document.getElementById('dc0dcd0e').innerHTML += ' | View Map';var $l53cf6d1dea3f51192fa68f073309e7ac = '

Trustmark Bank

Address: 3600 Bluecutt Rd, Columbus, MS 39705
Phone: (662) 329-7076
';var m_53cf6d1dea3f51192fa68f073309e7ac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Trustmark Bank',});m_53cf6d1dea3f51192fa68f073309e7ac['infowindow'] = new google.maps.InfoWindow({content: $l53cf6d1dea3f51192fa68f073309e7ac});var infowindow = new google.maps.InfoWindow({content: $l53cf6d1dea3f51192fa68f073309e7ac});google.maps.event.addListener(m_53cf6d1dea3f51192fa68f073309e7ac, 'click', function() {infowindow.open(map,m_53cf6d1dea3f51192fa68f073309e7ac);});$marker.push(m_53cf6d1dea3f51192fa68f073309e7ac);}});}google.maps.event.addDomListener(window, 'load', initialize);