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.4164,-86.9773)};var g_269a27062f850117447db0f8609cb5c5 = new google.maps.Geocoder();g_269a27062f850117447db0f8609cb5c5.geocode( { 'address': "2131 19th St N, Bessemer, AL 35020, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bessemer-AL-americas-first-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('bessemer-AL-americas-first-federal-credit-union'), mapOptions);}document.getElementById('b3261965').innerHTML += ' | View Map';var $l269a27062f850117447db0f8609cb5c5 = '

America's First Federal Credit Union

Address: 2131 19th St N, Bessemer, AL 35020, USA
Phone: (205) 424-8542
';var m_269a27062f850117447db0f8609cb5c5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'America's First Federal Credit Union',});m_269a27062f850117447db0f8609cb5c5['infowindow'] = new google.maps.InfoWindow({content: $l269a27062f850117447db0f8609cb5c5});var infowindow = new google.maps.InfoWindow({content: $l269a27062f850117447db0f8609cb5c5});google.maps.event.addListener(m_269a27062f850117447db0f8609cb5c5, 'click', function() {infowindow.open(map,m_269a27062f850117447db0f8609cb5c5);});$marker.push(m_269a27062f850117447db0f8609cb5c5);}});}google.maps.event.addDomListener(window, 'load', initialize);