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(33.1918,-87.5646)};var g_331609c975310d6486391e92a67c5492 = new google.maps.Geocoder();g_331609c975310d6486391e92a67c5492.geocode( { 'address': "1501 Skyland Blvd E, Tuscaloosa, AL 35405"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tuscaloosa-AL-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('tuscaloosa-AL-woodforest-national-bank'), mapOptions);}document.getElementById('7972c918').innerHTML += ' | View Map';var $l331609c975310d6486391e92a67c5492 = '

Woodforest National Bank

Address: 1501 Skyland Blvd E, Tuscaloosa, AL 35405
Phone: (205) 345-8931
';var m_331609c975310d6486391e92a67c5492 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_331609c975310d6486391e92a67c5492['infowindow'] = new google.maps.InfoWindow({content: $l331609c975310d6486391e92a67c5492});var infowindow = new google.maps.InfoWindow({content: $l331609c975310d6486391e92a67c5492});google.maps.event.addListener(m_331609c975310d6486391e92a67c5492, 'click', function() {infowindow.open(map,m_331609c975310d6486391e92a67c5492);});$marker.push(m_331609c975310d6486391e92a67c5492);}});}google.maps.event.addDomListener(window, 'load', initialize);