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

Alabama Credit Union - Decatur Branch

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