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.446,-91.1854)};var g_4458707eaea92785e478122f883f74b7 = new google.maps.Geocoder();g_4458707eaea92785e478122f883f74b7.geocode( { 'address': "10606 N Mall Dr, Baton Rouge, LA 70809"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baton-rouge-LA-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('baton-rouge-LA-woodforest-national-bank'), mapOptions);}document.getElementById('4f407fd0').innerHTML += ' | View Map';var $l4458707eaea92785e478122f883f74b7 = '

Woodforest National Bank

Address: 10606 N Mall Dr, Baton Rouge, LA 70809
Phone: (225) 291-6230
';var m_4458707eaea92785e478122f883f74b7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_4458707eaea92785e478122f883f74b7['infowindow'] = new google.maps.InfoWindow({content: $l4458707eaea92785e478122f883f74b7});var infowindow = new google.maps.InfoWindow({content: $l4458707eaea92785e478122f883f74b7});google.maps.event.addListener(m_4458707eaea92785e478122f883f74b7, 'click', function() {infowindow.open(map,m_4458707eaea92785e478122f883f74b7);});$marker.push(m_4458707eaea92785e478122f883f74b7);}});}google.maps.event.addDomListener(window, 'load', initialize);