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.6212,-87.0525)};var g_1604a0390c1d2f29b7cfee8c0af147ef = new google.maps.Geocoder();g_1604a0390c1d2f29b7cfee8c0af147ef.geocode( { 'address': "3048 Finley Island Cir, Decatur, AL 35601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('decatur-AL-alabama-central-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('decatur-AL-alabama-central-credit-union'), mapOptions);}document.getElementById('6fc4da6b').innerHTML += ' | View Map';var $l1604a0390c1d2f29b7cfee8c0af147ef = '

Alabama Central Credit Union

Address: 3048 Finley Island Cir, Decatur, AL 35601, USA
Phone: (256) 351-7880
';var m_1604a0390c1d2f29b7cfee8c0af147ef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alabama Central Credit Union',});m_1604a0390c1d2f29b7cfee8c0af147ef['infowindow'] = new google.maps.InfoWindow({content: $l1604a0390c1d2f29b7cfee8c0af147ef});var infowindow = new google.maps.InfoWindow({content: $l1604a0390c1d2f29b7cfee8c0af147ef});google.maps.event.addListener(m_1604a0390c1d2f29b7cfee8c0af147ef, 'click', function() {infowindow.open(map,m_1604a0390c1d2f29b7cfee8c0af147ef);});$marker.push(m_1604a0390c1d2f29b7cfee8c0af147ef);}});}google.maps.event.addDomListener(window, 'load', initialize);