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(34.5742,-92.5792)};var g_77d13a096e771552d84d4af5f8ba7980 = new google.maps.Geocoder();g_77d13a096e771552d84d4af5f8ba7980.geocode( { 'address': "1125 Military Rd, Benton, AR 72015, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('benton-AR-alcoa-community-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('benton-AR-alcoa-community-federal-cu'), mapOptions);}document.getElementById('c4dc2e09').innerHTML += ' | View Map';var $l77d13a096e771552d84d4af5f8ba7980 = '

Alcoa Community Federal CU

Address: 1125 Military Rd, Benton, AR 72015, USA
Phone: (501) 315-5626
';var m_77d13a096e771552d84d4af5f8ba7980 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alcoa Community Federal CU',});m_77d13a096e771552d84d4af5f8ba7980['infowindow'] = new google.maps.InfoWindow({content: $l77d13a096e771552d84d4af5f8ba7980});var infowindow = new google.maps.InfoWindow({content: $l77d13a096e771552d84d4af5f8ba7980});google.maps.event.addListener(m_77d13a096e771552d84d4af5f8ba7980, 'click', function() {infowindow.open(map,m_77d13a096e771552d84d4af5f8ba7980);});$marker.push(m_77d13a096e771552d84d4af5f8ba7980);}});}google.maps.event.addDomListener(window, 'load', initialize);