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.5081,-87.8363)};var g_f79e5312b8d9c4af6494065aebc1a8e8 = new google.maps.Geocoder();g_f79e5312b8d9c4af6494065aebc1a8e8.geocode( { 'address': "1400 Us Highway 80 E, Demopolis, AL 36732"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('demopolis-AL-trustmark-bank').style.display = '';map = new google.maps.Map(document.getElementById('demopolis-AL-trustmark-bank'), mapOptions);}document.getElementById('3d49abbe').innerHTML += ' | View Map';var $lf79e5312b8d9c4af6494065aebc1a8e8 = '

Trustmark Bank

Address: 1400 Us Highway 80 E, Demopolis, AL 36732
Phone: (334) 289-4555
';var m_f79e5312b8d9c4af6494065aebc1a8e8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Trustmark Bank',});m_f79e5312b8d9c4af6494065aebc1a8e8['infowindow'] = new google.maps.InfoWindow({content: $lf79e5312b8d9c4af6494065aebc1a8e8});var infowindow = new google.maps.InfoWindow({content: $lf79e5312b8d9c4af6494065aebc1a8e8});google.maps.event.addListener(m_f79e5312b8d9c4af6494065aebc1a8e8, 'click', function() {infowindow.open(map,m_f79e5312b8d9c4af6494065aebc1a8e8);});$marker.push(m_f79e5312b8d9c4af6494065aebc1a8e8);}});}google.maps.event.addDomListener(window, 'load', initialize);