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.7985,-86.9664)};var g_940fb650ddafd93444c11d3b4c47f00d = new google.maps.Geocoder();g_940fb650ddafd93444c11d3b4c47f00d.geocode( { 'address': "1011 US Highway 72 E, Athens, AL 35611"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('athens-AL-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('athens-AL-woodforest-national-bank'), mapOptions);}document.getElementById('81630edd').innerHTML += ' | View Map';var $l940fb650ddafd93444c11d3b4c47f00d = '

Woodforest National Bank

Address: 1011 US Highway 72 E, Athens, AL 35611
Phone: (256) 232-8414
';var m_940fb650ddafd93444c11d3b4c47f00d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_940fb650ddafd93444c11d3b4c47f00d['infowindow'] = new google.maps.InfoWindow({content: $l940fb650ddafd93444c11d3b4c47f00d});var infowindow = new google.maps.InfoWindow({content: $l940fb650ddafd93444c11d3b4c47f00d});google.maps.event.addListener(m_940fb650ddafd93444c11d3b4c47f00d, 'click', function() {infowindow.open(map,m_940fb650ddafd93444c11d3b4c47f00d);});$marker.push(m_940fb650ddafd93444c11d3b4c47f00d);}});}google.maps.event.addDomListener(window, 'load', initialize);