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.7262,-90.5169)};var g_c08d36446ed1d4781e3a24583ea29a39 = new google.maps.Geocoder();g_c08d36446ed1d4781e3a24583ea29a39.geocode( { 'address': "601 W Oak St, Amite City, LA 70422, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amite-city-LA-florida-parishes-bank').style.display = '';map = new google.maps.Map(document.getElementById('amite-city-LA-florida-parishes-bank'), mapOptions);}document.getElementById('0c0c5b1e').innerHTML += ' | View Map';var $lc08d36446ed1d4781e3a24583ea29a39 = '

Florida Parishes Bank

Address: 601 W Oak St, Amite City, LA 70422, USA
Phone: (985) 284-2265
';var m_c08d36446ed1d4781e3a24583ea29a39 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Florida Parishes Bank',});m_c08d36446ed1d4781e3a24583ea29a39['infowindow'] = new google.maps.InfoWindow({content: $lc08d36446ed1d4781e3a24583ea29a39});var infowindow = new google.maps.InfoWindow({content: $lc08d36446ed1d4781e3a24583ea29a39});google.maps.event.addListener(m_c08d36446ed1d4781e3a24583ea29a39, 'click', function() {infowindow.open(map,m_c08d36446ed1d4781e3a24583ea29a39);});$marker.push(m_c08d36446ed1d4781e3a24583ea29a39);}});}google.maps.event.addDomListener(window, 'load', initialize);