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.9537,-87.1389)};var g_635ae617a0b4bdcc5dda438b87679c31 = new google.maps.Geocoder();g_635ae617a0b4bdcc5dda438b87679c31.geocode( { 'address': "639 Walnut St, Centreville, AL 35042"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('centreville-AL-trustmark-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('centreville-AL-trustmark-national-bank'), mapOptions);}document.getElementById('71cb287c').innerHTML += ' | View Map';var $l635ae617a0b4bdcc5dda438b87679c31 = '

Trustmark National Bank

Address: 639 Walnut St, Centreville, AL 35042
Phone: (205) 926-4810
';var m_635ae617a0b4bdcc5dda438b87679c31 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Trustmark National Bank',});m_635ae617a0b4bdcc5dda438b87679c31['infowindow'] = new google.maps.InfoWindow({content: $l635ae617a0b4bdcc5dda438b87679c31});var infowindow = new google.maps.InfoWindow({content: $l635ae617a0b4bdcc5dda438b87679c31});google.maps.event.addListener(m_635ae617a0b4bdcc5dda438b87679c31, 'click', function() {infowindow.open(map,m_635ae617a0b4bdcc5dda438b87679c31);});$marker.push(m_635ae617a0b4bdcc5dda438b87679c31);}});}google.maps.event.addDomListener(window, 'load', initialize);