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.3301,-86.9996)};var g_faee84cc97648fc478fc3d0136af263c = new google.maps.Geocoder();g_faee84cc97648fc478fc3d0136af263c.geocode( { 'address': "4740 Eastern Valley Rd, McCalla, AL 35111, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mccalla-AL-americas-first-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('mccalla-AL-americas-first-federal-credit-union'), mapOptions);}document.getElementById('887e8377').innerHTML += ' | View Map';var $lfaee84cc97648fc478fc3d0136af263c = '

America's First Federal Credit Union

Address: 4740 Eastern Valley Rd, McCalla, AL 35111, USA
Phone: (205) 477-9360
';var m_faee84cc97648fc478fc3d0136af263c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'America's First Federal Credit Union',});m_faee84cc97648fc478fc3d0136af263c['infowindow'] = new google.maps.InfoWindow({content: $lfaee84cc97648fc478fc3d0136af263c});var infowindow = new google.maps.InfoWindow({content: $lfaee84cc97648fc478fc3d0136af263c});google.maps.event.addListener(m_faee84cc97648fc478fc3d0136af263c, 'click', function() {infowindow.open(map,m_faee84cc97648fc478fc3d0136af263c);});$marker.push(m_faee84cc97648fc478fc3d0136af263c);}});}google.maps.event.addDomListener(window, 'load', initialize);