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(30.3886,-91.2541)};var g_e0ccaa86a750a4aeae2a71859a1a5f7d = new google.maps.Geocoder();g_e0ccaa86a750a4aeae2a71859a1a5f7d.geocode( { 'address': "110 W Saint Francis St, Brusly, LA 70719"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brusly-LA-cottonport-bank').style.display = '';map = new google.maps.Map(document.getElementById('brusly-LA-cottonport-bank'), mapOptions);}document.getElementById('aec6591e').innerHTML += ' | View Map';var $le0ccaa86a750a4aeae2a71859a1a5f7d = '

Cottonport Bank

Address: 110 W Saint Francis St, Brusly, LA 70719
Phone: (225) 749-5892
';var m_e0ccaa86a750a4aeae2a71859a1a5f7d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cottonport Bank',});m_e0ccaa86a750a4aeae2a71859a1a5f7d['infowindow'] = new google.maps.InfoWindow({content: $le0ccaa86a750a4aeae2a71859a1a5f7d});var infowindow = new google.maps.InfoWindow({content: $le0ccaa86a750a4aeae2a71859a1a5f7d});google.maps.event.addListener(m_e0ccaa86a750a4aeae2a71859a1a5f7d, 'click', function() {infowindow.open(map,m_e0ccaa86a750a4aeae2a71859a1a5f7d);});$marker.push(m_e0ccaa86a750a4aeae2a71859a1a5f7d);}});}google.maps.event.addDomListener(window, 'load', initialize);