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.9165,-86.0879)};var g_8dc962351b83a23171a713e55a77365f = new google.maps.Geocoder();g_8dc962351b83a23171a713e55a77365f.geocode( { 'address': "26509 John T Reid Pkwy, Scottsboro, AL 35768"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scottsboro-AL-redstone-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('scottsboro-AL-redstone-federal-credit-union'), mapOptions);}document.getElementById('430efe6e').innerHTML += ' | View Map';var $l8dc962351b83a23171a713e55a77365f = '

Redstone Federal Credit Union

Address: 26509 John T Reid Pkwy, Scottsboro, AL 35768
Phone: (256) 259-0138
';var m_8dc962351b83a23171a713e55a77365f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Redstone Federal Credit Union',});m_8dc962351b83a23171a713e55a77365f['infowindow'] = new google.maps.InfoWindow({content: $l8dc962351b83a23171a713e55a77365f});var infowindow = new google.maps.InfoWindow({content: $l8dc962351b83a23171a713e55a77365f});google.maps.event.addListener(m_8dc962351b83a23171a713e55a77365f, 'click', function() {infowindow.open(map,m_8dc962351b83a23171a713e55a77365f);});$marker.push(m_8dc962351b83a23171a713e55a77365f);}});}google.maps.event.addDomListener(window, 'load', initialize);