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(35.2523,-91.8493)};var g_81fa80c66ca3bec2190cee1548b9b937 = new google.maps.Geocoder();g_81fa80c66ca3bec2190cee1548b9b937.geocode( { 'address': "1000 S Main St, Searcy, AR 72143"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('searcy-AR-arkansas-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('searcy-AR-arkansas-federal-credit-union'), mapOptions);}document.getElementById('2169fc65').innerHTML += ' | View Map';var $l81fa80c66ca3bec2190cee1548b9b937 = '

Arkansas Federal Credit Union

Address: 1000 S Main St, Searcy, AR 72143
Phone: (501) 268-4762
';var m_81fa80c66ca3bec2190cee1548b9b937 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Arkansas Federal Credit Union',});m_81fa80c66ca3bec2190cee1548b9b937['infowindow'] = new google.maps.InfoWindow({content: $l81fa80c66ca3bec2190cee1548b9b937});var infowindow = new google.maps.InfoWindow({content: $l81fa80c66ca3bec2190cee1548b9b937});google.maps.event.addListener(m_81fa80c66ca3bec2190cee1548b9b937, 'click', function() {infowindow.open(map,m_81fa80c66ca3bec2190cee1548b9b937);});$marker.push(m_81fa80c66ca3bec2190cee1548b9b937);}});}google.maps.event.addDomListener(window, 'load', initialize);