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.7289,-90.5296)};var g_aabf45dfe055989743fbec9020c799ed = new google.maps.Geocoder();g_aabf45dfe055989743fbec9020c799ed.geocode( { 'address': "1200 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-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('amite-city-LA-woodforest-national-bank'), mapOptions);}document.getElementById('72a8503b').innerHTML += ' | View Map';var $laabf45dfe055989743fbec9020c799ed = '

Woodforest National Bank

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