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.7885,-86.9588)};var g_4b4c9cc582afbcf454df78888591527d = new google.maps.Geocoder();g_4b4c9cc582afbcf454df78888591527d.geocode( { 'address': "1011 US-72, Athens, AL 35611, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('athens-AL-woodforest-bank').style.display = '';map = new google.maps.Map(document.getElementById('athens-AL-woodforest-bank'), mapOptions);}document.getElementById('48777988').innerHTML += ' | View Map';var $l4b4c9cc582afbcf454df78888591527d = '

Woodforest Bank

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