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.6069,-85.7868)};var g_46421bca38842f7c1643565ea1a852d4 = new google.maps.Geocoder();g_46421bca38842f7c1643565ea1a852d4.geocode( { 'address': "31 Commons Way, Oxford, AL 36203, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxford-AL-americas-first-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('oxford-AL-americas-first-federal-credit-union'), mapOptions);}document.getElementById('985b7592').innerHTML += ' | View Map';var $l46421bca38842f7c1643565ea1a852d4 = '

America's First Federal Credit Union

Address: 31 Commons Way, Oxford, AL 36203, USA
Phone: (205) 320-4000
';var m_46421bca38842f7c1643565ea1a852d4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'America's First Federal Credit Union',});m_46421bca38842f7c1643565ea1a852d4['infowindow'] = new google.maps.InfoWindow({content: $l46421bca38842f7c1643565ea1a852d4});var infowindow = new google.maps.InfoWindow({content: $l46421bca38842f7c1643565ea1a852d4});google.maps.event.addListener(m_46421bca38842f7c1643565ea1a852d4, 'click', function() {infowindow.open(map,m_46421bca38842f7c1643565ea1a852d4);});$marker.push(m_46421bca38842f7c1643565ea1a852d4);}});}google.maps.event.addDomListener(window, 'load', initialize);