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.5679,-86.9727)};var g_6c5f8786bb054d31ecec4e2386bc198f = new google.maps.Geocoder();g_6c5f8786bb054d31ecec4e2386bc198f.geocode( { 'address': "2216 6th Ave SE, Decatur, AL 35601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('decatur-AL-alabama-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('decatur-AL-alabama-credit-union'), mapOptions);}document.getElementById('fdb73c43').innerHTML += ' | View Map';var $l6c5f8786bb054d31ecec4e2386bc198f = '

Alabama Credit Union

Address: 2216 6th Ave SE, Decatur, AL 35601, USA
Phone: (256) 353-8734
';var m_6c5f8786bb054d31ecec4e2386bc198f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alabama Credit Union',});m_6c5f8786bb054d31ecec4e2386bc198f['infowindow'] = new google.maps.InfoWindow({content: $l6c5f8786bb054d31ecec4e2386bc198f});var infowindow = new google.maps.InfoWindow({content: $l6c5f8786bb054d31ecec4e2386bc198f});google.maps.event.addListener(m_6c5f8786bb054d31ecec4e2386bc198f, 'click', function() {infowindow.open(map,m_6c5f8786bb054d31ecec4e2386bc198f);});$marker.push(m_6c5f8786bb054d31ecec4e2386bc198f);}});}google.maps.event.addDomListener(window, 'load', initialize);