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(29.9082,-91.0278)};var g_059cbc008595673b572c07c7293cad76 = new google.maps.Geocoder();g_059cbc008595673b572c07c7293cad76.geocode( { 'address': "205 Washington St, Napoleonville, LA 70390"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('napoleonville-LA-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('napoleonville-LA-community-bank'), mapOptions);}document.getElementById('d4f81544').innerHTML += ' | View Map';var $l059cbc008595673b572c07c7293cad76 = '

Community Bank

Address: 205 Washington St, Napoleonville, LA 70390
Phone: (985) 369-4700
';var m_059cbc008595673b572c07c7293cad76 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank',});m_059cbc008595673b572c07c7293cad76['infowindow'] = new google.maps.InfoWindow({content: $l059cbc008595673b572c07c7293cad76});var infowindow = new google.maps.InfoWindow({content: $l059cbc008595673b572c07c7293cad76});google.maps.event.addListener(m_059cbc008595673b572c07c7293cad76, 'click', function() {infowindow.open(map,m_059cbc008595673b572c07c7293cad76);});$marker.push(m_059cbc008595673b572c07c7293cad76);}});}google.maps.event.addDomListener(window, 'load', initialize);