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(31.2785,-92.4518)};var g_a8e8283c52f354dee3fc1b25d80d8482 = new google.maps.Geocoder();g_a8e8283c52f354dee3fc1b25d80d8482.geocode( { 'address': "2050 N Mall Dr, Alexandria, LA 71301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alexandria-LA-woodforest-bank').style.display = '';map = new google.maps.Map(document.getElementById('alexandria-LA-woodforest-bank'), mapOptions);}document.getElementById('10449c60').innerHTML += ' | View Map';var $la8e8283c52f354dee3fc1b25d80d8482 = '

Woodforest Bank

Address: 2050 N Mall Dr, Alexandria, LA 71301, USA
Phone: (318) 442-4382
';var m_a8e8283c52f354dee3fc1b25d80d8482 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest Bank',});m_a8e8283c52f354dee3fc1b25d80d8482['infowindow'] = new google.maps.InfoWindow({content: $la8e8283c52f354dee3fc1b25d80d8482});var infowindow = new google.maps.InfoWindow({content: $la8e8283c52f354dee3fc1b25d80d8482});google.maps.event.addListener(m_a8e8283c52f354dee3fc1b25d80d8482, 'click', function() {infowindow.open(map,m_a8e8283c52f354dee3fc1b25d80d8482);});$marker.push(m_a8e8283c52f354dee3fc1b25d80d8482);}});}google.maps.event.addDomListener(window, 'load', initialize);