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.7299,-87.3162)};var g_d58dce65f090b5b79862dd63860ac1bc = new google.maps.Geocoder();g_d58dce65f090b5b79862dd63860ac1bc.geocode( { 'address': "16601 Co Rd 150, Courtland, AL 35618, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('courtland-AL-champion-alabama-employees-cu').style.display = '';map = new google.maps.Map(document.getElementById('courtland-AL-champion-alabama-employees-cu'), mapOptions);}document.getElementById('8ed0de67').innerHTML += ' | View Map';var $ld58dce65f090b5b79862dd63860ac1bc = '

Champion Alabama Employees CU

Address: 16601 Co Rd 150, Courtland, AL 35618, USA
Phone: (256) 637-6511
';var m_d58dce65f090b5b79862dd63860ac1bc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Champion Alabama Employees CU',});m_d58dce65f090b5b79862dd63860ac1bc['infowindow'] = new google.maps.InfoWindow({content: $ld58dce65f090b5b79862dd63860ac1bc});var infowindow = new google.maps.InfoWindow({content: $ld58dce65f090b5b79862dd63860ac1bc});google.maps.event.addListener(m_d58dce65f090b5b79862dd63860ac1bc, 'click', function() {infowindow.open(map,m_d58dce65f090b5b79862dd63860ac1bc);});$marker.push(m_d58dce65f090b5b79862dd63860ac1bc);}});}google.maps.event.addDomListener(window, 'load', initialize);