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(31.6092,-94.6506)};var g_91299a41773c667d2ee8cddc3f6eeb64 = new google.maps.Geocoder();g_91299a41773c667d2ee8cddc3f6eeb64.geocode( { 'address': "2400 North St, Nacogdoches, TX 75965"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('nacogdoches-TX-bancorpsouth-nacogdoches-main').style.display = '';map = new google.maps.Map(document.getElementById('nacogdoches-TX-bancorpsouth-nacogdoches-main'), mapOptions);}document.getElementById('ee6323a0').innerHTML += ' | View Map';var $l91299a41773c667d2ee8cddc3f6eeb64 = '

BancorpSouth Nacogdoches Main

Address: 2400 North St, Nacogdoches, TX 75965
Phone: (936) 564-6191
';var m_91299a41773c667d2ee8cddc3f6eeb64 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BancorpSouth Nacogdoches Main',});m_91299a41773c667d2ee8cddc3f6eeb64['infowindow'] = new google.maps.InfoWindow({content: $l91299a41773c667d2ee8cddc3f6eeb64});var infowindow = new google.maps.InfoWindow({content: $l91299a41773c667d2ee8cddc3f6eeb64});google.maps.event.addListener(m_91299a41773c667d2ee8cddc3f6eeb64, 'click', function() {infowindow.open(map,m_91299a41773c667d2ee8cddc3f6eeb64);});$marker.push(m_91299a41773c667d2ee8cddc3f6eeb64);}});}google.maps.event.addDomListener(window, 'load', initialize);