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.5569,-86.9965)};var g_cefb500a9f3d05511296a719cffb21cf = new google.maps.Geocoder();g_cefb500a9f3d05511296a719cffb21cf.geocode( { 'address': "2800 Spring Avenue SW, Decatur, AL 35603, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('decatur-AL-woodforest-bank').style.display = '';map = new google.maps.Map(document.getElementById('decatur-AL-woodforest-bank'), mapOptions);}document.getElementById('dff2c33c').innerHTML += ' | View Map';var $lcefb500a9f3d05511296a719cffb21cf = '

Woodforest Bank

Address: 2800 Spring Avenue SW, Decatur, AL 35603, USA
Phone: (256) 552-0088
';var m_cefb500a9f3d05511296a719cffb21cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest Bank',});m_cefb500a9f3d05511296a719cffb21cf['infowindow'] = new google.maps.InfoWindow({content: $lcefb500a9f3d05511296a719cffb21cf});var infowindow = new google.maps.InfoWindow({content: $lcefb500a9f3d05511296a719cffb21cf});google.maps.event.addListener(m_cefb500a9f3d05511296a719cffb21cf, 'click', function() {infowindow.open(map,m_cefb500a9f3d05511296a719cffb21cf);});$marker.push(m_cefb500a9f3d05511296a719cffb21cf);}});}google.maps.event.addDomListener(window, 'load', initialize);