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.0837,-92.0225)};var g_daee50c44a1c371255670fd608ef518e = new google.maps.Geocoder();g_daee50c44a1c371255670fd608ef518e.geocode( { 'address': "2033 Leglise St, Mansura, LA 71350"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mansura-LA-cottonport-bank-data-center').style.display = '';map = new google.maps.Map(document.getElementById('mansura-LA-cottonport-bank-data-center'), mapOptions);}document.getElementById('acc70e4b').innerHTML += ' | View Map';var $ldaee50c44a1c371255670fd608ef518e = '

Cottonport Bank Data Center

Address: 2033 Leglise St, Mansura, LA 71350
Phone: (318) 964-2168
';var m_daee50c44a1c371255670fd608ef518e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cottonport Bank Data Center',});m_daee50c44a1c371255670fd608ef518e['infowindow'] = new google.maps.InfoWindow({content: $ldaee50c44a1c371255670fd608ef518e});var infowindow = new google.maps.InfoWindow({content: $ldaee50c44a1c371255670fd608ef518e});google.maps.event.addListener(m_daee50c44a1c371255670fd608ef518e, 'click', function() {infowindow.open(map,m_daee50c44a1c371255670fd608ef518e);});$marker.push(m_daee50c44a1c371255670fd608ef518e);}});}google.maps.event.addDomListener(window, 'load', initialize);