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(36.1289,-94.1423)};var g_598bb634aacec76b3f16edb4bda29a3f = new google.maps.Geocoder();g_598bb634aacec76b3f16edb4bda29a3f.geocode( { 'address': "1111 Zion Rd, Fayetteville, AR 72703, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fayetteville-AR-credit-counseling-of-arkansas-ccoa').style.display = '';map = new google.maps.Map(document.getElementById('fayetteville-AR-credit-counseling-of-arkansas-ccoa'), mapOptions);}document.getElementById('2ee06219').innerHTML += ' | View Map';var $l598bb634aacec76b3f16edb4bda29a3f = '

Credit Counseling of Arkansas (CCOA)

Address: 1111 Zion Rd, Fayetteville, AR 72703, USA
Phone: (479) 521-8877
';var m_598bb634aacec76b3f16edb4bda29a3f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Counseling of Arkansas (CCOA)',});m_598bb634aacec76b3f16edb4bda29a3f['infowindow'] = new google.maps.InfoWindow({content: $l598bb634aacec76b3f16edb4bda29a3f});var infowindow = new google.maps.InfoWindow({content: $l598bb634aacec76b3f16edb4bda29a3f});google.maps.event.addListener(m_598bb634aacec76b3f16edb4bda29a3f, 'click', function() {infowindow.open(map,m_598bb634aacec76b3f16edb4bda29a3f);});$marker.push(m_598bb634aacec76b3f16edb4bda29a3f);}});}google.maps.event.addDomListener(window, 'load', initialize);