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.5124,-86.8182)};var g_735b90b4568125ed6c3f678819b6e058 = new google.maps.Geocoder();g_735b90b4568125ed6c3f678819b6e058.geocode( { 'address': "Birmingham, AL 35203, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birmingham-AL-americas-first-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('birmingham-AL-americas-first-federal-cu'), mapOptions);}document.getElementById('20210000').innerHTML += ' | View Map';var $l735b90b4568125ed6c3f678819b6e058 = '

Americas First Federal Cu

Address: Birmingham, AL 35203, USA
Phone: (205) 320-7055
';var m_735b90b4568125ed6c3f678819b6e058 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Americas First Federal Cu',});m_735b90b4568125ed6c3f678819b6e058['infowindow'] = new google.maps.InfoWindow({content: $l735b90b4568125ed6c3f678819b6e058});var infowindow = new google.maps.InfoWindow({content: $l735b90b4568125ed6c3f678819b6e058});google.maps.event.addListener(m_735b90b4568125ed6c3f678819b6e058, 'click', function() {infowindow.open(map,m_735b90b4568125ed6c3f678819b6e058);});$marker.push(m_735b90b4568125ed6c3f678819b6e058);}});}google.maps.event.addDomListener(window, 'load', initialize);