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(32.8167,-86.6094)};var g_408723eb75f478d7a677051cce4a8db3 = new google.maps.Geocoder();g_408723eb75f478d7a677051cce4a8db3.geocode( { 'address': "1415 7th St S, Clanton, AL 35045, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clanton-AL-woodforest-bank').style.display = '';map = new google.maps.Map(document.getElementById('clanton-AL-woodforest-bank'), mapOptions);}document.getElementById('1444f97d').innerHTML += ' | View Map';var $l408723eb75f478d7a677051cce4a8db3 = '

Woodforest Bank

Address: 1415 7th St S, Clanton, AL 35045, USA
Phone: (205) 755-9696
';var m_408723eb75f478d7a677051cce4a8db3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest Bank',});m_408723eb75f478d7a677051cce4a8db3['infowindow'] = new google.maps.InfoWindow({content: $l408723eb75f478d7a677051cce4a8db3});var infowindow = new google.maps.InfoWindow({content: $l408723eb75f478d7a677051cce4a8db3});google.maps.event.addListener(m_408723eb75f478d7a677051cce4a8db3, 'click', function() {infowindow.open(map,m_408723eb75f478d7a677051cce4a8db3);});$marker.push(m_408723eb75f478d7a677051cce4a8db3);}});}google.maps.event.addDomListener(window, 'load', initialize);