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.6406,-85.3826)};var g_64b3ec1fdfacead70c3a9bd77d824306 = new google.maps.Geocoder();g_64b3ec1fdfacead70c3a9bd77d824306.geocode( { 'address': "1801 Thomason Dr, Opelika, AL 36801"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('opelika-AL-trustmark-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('opelika-AL-trustmark-national-bank'), mapOptions);}document.getElementById('0e834379').innerHTML += ' | View Map';var $l64b3ec1fdfacead70c3a9bd77d824306 = '

Trustmark National Bank

Address: 1801 Thomason Dr, Opelika, AL 36801
Phone: (334) 745-2113
';var m_64b3ec1fdfacead70c3a9bd77d824306 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Trustmark National Bank',});m_64b3ec1fdfacead70c3a9bd77d824306['infowindow'] = new google.maps.InfoWindow({content: $l64b3ec1fdfacead70c3a9bd77d824306});var infowindow = new google.maps.InfoWindow({content: $l64b3ec1fdfacead70c3a9bd77d824306});google.maps.event.addListener(m_64b3ec1fdfacead70c3a9bd77d824306, 'click', function() {infowindow.open(map,m_64b3ec1fdfacead70c3a9bd77d824306);});$marker.push(m_64b3ec1fdfacead70c3a9bd77d824306);}});}google.maps.event.addDomListener(window, 'load', initialize);