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(33.1522,-85.3729)};var g_624d33019e8c8373212fc261df16edad = new google.maps.Geocoder();g_624d33019e8c8373212fc261df16edad.geocode( { 'address': "4479 Highway 431, Roanoke, AL 36274-2603"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roanoke-AL-fort-mcclellan-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('roanoke-AL-fort-mcclellan-credit-union'), mapOptions);}document.getElementById('217f6114').innerHTML += ' | View Map';var $l624d33019e8c8373212fc261df16edad = '

Fort McClellan Credit Union

Address: 4479 Highway 431, Roanoke, AL 36274-2603
Phone: (334) 863-8902
';var m_624d33019e8c8373212fc261df16edad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fort McClellan Credit Union',});m_624d33019e8c8373212fc261df16edad['infowindow'] = new google.maps.InfoWindow({content: $l624d33019e8c8373212fc261df16edad});var infowindow = new google.maps.InfoWindow({content: $l624d33019e8c8373212fc261df16edad});google.maps.event.addListener(m_624d33019e8c8373212fc261df16edad, 'click', function() {infowindow.open(map,m_624d33019e8c8373212fc261df16edad);});$marker.push(m_624d33019e8c8373212fc261df16edad);}});}google.maps.event.addDomListener(window, 'load', initialize);