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(31.3154,-86.4963)};var g_5e5b2d99a9a070119580c5bf49e90bb4 = new google.maps.Geocoder();g_5e5b2d99a9a070119580c5bf49e90bb4.geocode( { 'address': "931 River Falls St, Andalusia, AL 36420, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('andalusia-AL-covington-schools-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('andalusia-AL-covington-schools-federal-cu'), mapOptions);}document.getElementById('15dad6b1').innerHTML += ' | View Map';var $l5e5b2d99a9a070119580c5bf49e90bb4 = '

Covington Schools Federal CU

Address: 931 River Falls St, Andalusia, AL 36420, USA
Phone: (334) 222-2169
';var m_5e5b2d99a9a070119580c5bf49e90bb4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Covington Schools Federal CU',});m_5e5b2d99a9a070119580c5bf49e90bb4['infowindow'] = new google.maps.InfoWindow({content: $l5e5b2d99a9a070119580c5bf49e90bb4});var infowindow = new google.maps.InfoWindow({content: $l5e5b2d99a9a070119580c5bf49e90bb4});google.maps.event.addListener(m_5e5b2d99a9a070119580c5bf49e90bb4, 'click', function() {infowindow.open(map,m_5e5b2d99a9a070119580c5bf49e90bb4);});$marker.push(m_5e5b2d99a9a070119580c5bf49e90bb4);}});}google.maps.event.addDomListener(window, 'load', initialize);