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.055,-90.4805)};var g_039db976cff5e64b56f18fe242682b67 = new google.maps.Geocoder();g_039db976cff5e64b56f18fe242682b67.geocode( { 'address': "1616 W Airline Hwy, La Place, LA 70068"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('la-place-LA-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('la-place-LA-woodforest-national-bank'), mapOptions);}document.getElementById('4b6161ad').innerHTML += ' | View Map';var $l039db976cff5e64b56f18fe242682b67 = '

Woodforest National Bank

Address: 1616 W Airline Hwy, La Place, LA 70068
Phone: (985) 652-2483
';var m_039db976cff5e64b56f18fe242682b67 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_039db976cff5e64b56f18fe242682b67['infowindow'] = new google.maps.InfoWindow({content: $l039db976cff5e64b56f18fe242682b67});var infowindow = new google.maps.InfoWindow({content: $l039db976cff5e64b56f18fe242682b67});google.maps.event.addListener(m_039db976cff5e64b56f18fe242682b67, 'click', function() {infowindow.open(map,m_039db976cff5e64b56f18fe242682b67);});$marker.push(m_039db976cff5e64b56f18fe242682b67);}});}google.maps.event.addDomListener(window, 'load', initialize);