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.3053,-86.8183)};var g_85dd0499e631b0c4e9370c1e527aa439 = new google.maps.Geocoder();g_85dd0499e631b0c4e9370c1e527aa439.geocode( { 'address': "4949 Highway 17, Helena, AL 35080"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('helena-AL-trustmark-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('helena-AL-trustmark-national-bank'), mapOptions);}document.getElementById('c7a46e84').innerHTML += ' | View Map';var $l85dd0499e631b0c4e9370c1e527aa439 = '

Trustmark National Bank

Address: 4949 Highway 17, Helena, AL 35080
Phone: (205) 621-2367
';var m_85dd0499e631b0c4e9370c1e527aa439 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Trustmark National Bank',});m_85dd0499e631b0c4e9370c1e527aa439['infowindow'] = new google.maps.InfoWindow({content: $l85dd0499e631b0c4e9370c1e527aa439});var infowindow = new google.maps.InfoWindow({content: $l85dd0499e631b0c4e9370c1e527aa439});google.maps.event.addListener(m_85dd0499e631b0c4e9370c1e527aa439, 'click', function() {infowindow.open(map,m_85dd0499e631b0c4e9370c1e527aa439);});$marker.push(m_85dd0499e631b0c4e9370c1e527aa439);}});}google.maps.event.addDomListener(window, 'load', initialize);