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.2365,-87.6153)};var g_d197cb6539ab49bc6330844e5a0ea19c = new google.maps.Geocoder();g_d197cb6539ab49bc6330844e5a0ea19c.geocode( { 'address': "5710 McFarland Blvd, Northport, AL 35476, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('northport-AL-woodforest-bank').style.display = '';map = new google.maps.Map(document.getElementById('northport-AL-woodforest-bank'), mapOptions);}document.getElementById('ea914b62').innerHTML += ' | View Map';var $ld197cb6539ab49bc6330844e5a0ea19c = '

Woodforest Bank

Address: 5710 McFarland Blvd, Northport, AL 35476, USA
Phone: (205) 333-1443
';var m_d197cb6539ab49bc6330844e5a0ea19c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest Bank',});m_d197cb6539ab49bc6330844e5a0ea19c['infowindow'] = new google.maps.InfoWindow({content: $ld197cb6539ab49bc6330844e5a0ea19c});var infowindow = new google.maps.InfoWindow({content: $ld197cb6539ab49bc6330844e5a0ea19c});google.maps.event.addListener(m_d197cb6539ab49bc6330844e5a0ea19c, 'click', function() {infowindow.open(map,m_d197cb6539ab49bc6330844e5a0ea19c);});$marker.push(m_d197cb6539ab49bc6330844e5a0ea19c);}});}google.maps.event.addDomListener(window, 'load', initialize);