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.3349,-86.501)};var g_05af582963d938835b53d24582fdfc20 = new google.maps.Geocoder();g_05af582963d938835b53d24582fdfc20.geocode( { 'address': "1069 N Main St, Arab, AL 35016, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('arab-AL-redstone-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('arab-AL-redstone-federal-credit-union'), mapOptions);}document.getElementById('c30166e3').innerHTML += ' | View Map';var $l05af582963d938835b53d24582fdfc20 = '

Redstone Federal Credit Union

Address: 1069 N Main St, Arab, AL 35016, USA
Phone: (256) 837-6110
';var m_05af582963d938835b53d24582fdfc20 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Redstone Federal Credit Union',});m_05af582963d938835b53d24582fdfc20['infowindow'] = new google.maps.InfoWindow({content: $l05af582963d938835b53d24582fdfc20});var infowindow = new google.maps.InfoWindow({content: $l05af582963d938835b53d24582fdfc20});google.maps.event.addListener(m_05af582963d938835b53d24582fdfc20, 'click', function() {infowindow.open(map,m_05af582963d938835b53d24582fdfc20);});$marker.push(m_05af582963d938835b53d24582fdfc20);}});}google.maps.event.addDomListener(window, 'load', initialize);