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.3416,-86.5007)};var g_a513d05a104a8a01d4d0f790fbe6b54e = new google.maps.Geocoder();g_a513d05a104a8a01d4d0f790fbe6b54e.geocode( { 'address': "1450 N Brindlee Mountain Pkwy, Arab, AL 35016, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('arab-AL-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('arab-AL-woodforest-national-bank'), mapOptions);}document.getElementById('5b650942').innerHTML += ' | View Map';var $la513d05a104a8a01d4d0f790fbe6b54e = '

Woodforest National Bank

Address: 1450 N Brindlee Mountain Pkwy, Arab, AL 35016, USA
Phone: (256) 931-4423
';var m_a513d05a104a8a01d4d0f790fbe6b54e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_a513d05a104a8a01d4d0f790fbe6b54e['infowindow'] = new google.maps.InfoWindow({content: $la513d05a104a8a01d4d0f790fbe6b54e});var infowindow = new google.maps.InfoWindow({content: $la513d05a104a8a01d4d0f790fbe6b54e});google.maps.event.addListener(m_a513d05a104a8a01d4d0f790fbe6b54e, 'click', function() {infowindow.open(map,m_a513d05a104a8a01d4d0f790fbe6b54e);});$marker.push(m_a513d05a104a8a01d4d0f790fbe6b54e);}});}google.maps.event.addDomListener(window, 'load', initialize);