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.7256,-90.5076)};var g_b16947110d97dd4c33a51d173a220b77 = new google.maps.Geocoder();g_b16947110d97dd4c33a51d173a220b77.geocode( { 'address': "1200 W Oak St, Amite, LA 70422"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amite-LA-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('amite-LA-woodforest-national-bank'), mapOptions);}document.getElementById('cc1feb1b').innerHTML += ' | View Map';var $lb16947110d97dd4c33a51d173a220b77 = '

Woodforest National Bank

Address: 1200 W Oak St, Amite, LA 70422
Phone: (985) 748-2552
';var m_b16947110d97dd4c33a51d173a220b77 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_b16947110d97dd4c33a51d173a220b77['infowindow'] = new google.maps.InfoWindow({content: $lb16947110d97dd4c33a51d173a220b77});var infowindow = new google.maps.InfoWindow({content: $lb16947110d97dd4c33a51d173a220b77});google.maps.event.addListener(m_b16947110d97dd4c33a51d173a220b77, 'click', function() {infowindow.open(map,m_b16947110d97dd4c33a51d173a220b77);});$marker.push(m_b16947110d97dd4c33a51d173a220b77);}});}google.maps.event.addDomListener(window, 'load', initialize);