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(34.7652,-86.5924)};var g_3211c34e1ca86f148c29736a10414782 = new google.maps.Geocoder();g_3211c34e1ca86f148c29736a10414782.geocode( { 'address': "2200 Sparkman Dr NW, Huntsville, AL 35810, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntsville-AL-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('huntsville-AL-woodforest-national-bank'), mapOptions);}document.getElementById('e8cebb52').innerHTML += ' | View Map';var $l3211c34e1ca86f148c29736a10414782 = '

Woodforest National Bank

Address: 2200 Sparkman Dr NW, Huntsville, AL 35810, USA
Phone: (256) 746-0085
';var m_3211c34e1ca86f148c29736a10414782 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_3211c34e1ca86f148c29736a10414782['infowindow'] = new google.maps.InfoWindow({content: $l3211c34e1ca86f148c29736a10414782});var infowindow = new google.maps.InfoWindow({content: $l3211c34e1ca86f148c29736a10414782});google.maps.event.addListener(m_3211c34e1ca86f148c29736a10414782, 'click', function() {infowindow.open(map,m_3211c34e1ca86f148c29736a10414782);});$marker.push(m_3211c34e1ca86f148c29736a10414782);}});}google.maps.event.addDomListener(window, 'load', initialize);