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.6567,-85.8272)};var g_95167ae279a3d7d96f8b54e6e97cc3e6 = new google.maps.Geocoder();g_95167ae279a3d7d96f8b54e6e97cc3e6.geocode( { 'address': "200 S Quintard Ave, Anniston, AL 36201"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('anniston-AL-america-s-first-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('anniston-AL-america-s-first-federal-credit-union'), mapOptions);}document.getElementById('f3711228').innerHTML += ' | View Map';var $l95167ae279a3d7d96f8b54e6e97cc3e6 = '

America's First Federal Credit Union

Address: 200 S Quintard Ave, Anniston, AL 36201
Phone: (256) 237-1684
';var m_95167ae279a3d7d96f8b54e6e97cc3e6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'America's First Federal Credit Union',});m_95167ae279a3d7d96f8b54e6e97cc3e6['infowindow'] = new google.maps.InfoWindow({content: $l95167ae279a3d7d96f8b54e6e97cc3e6});var infowindow = new google.maps.InfoWindow({content: $l95167ae279a3d7d96f8b54e6e97cc3e6});google.maps.event.addListener(m_95167ae279a3d7d96f8b54e6e97cc3e6, 'click', function() {infowindow.open(map,m_95167ae279a3d7d96f8b54e6e97cc3e6);});$marker.push(m_95167ae279a3d7d96f8b54e6e97cc3e6);}});}google.maps.event.addDomListener(window, 'load', initialize);