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.3606,-94.3705)};var g_423b99d83c5a19652085c2a6785c3ec3 = new google.maps.Geocoder();g_423b99d83c5a19652085c2a6785c3ec3.geocode( { 'address': "2301 S 56th St #103, Fort Smith, AR 72903, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-smith-AR-credit-counseling-of-arkansas-ccoa').style.display = '';map = new google.maps.Map(document.getElementById('fort-smith-AR-credit-counseling-of-arkansas-ccoa'), mapOptions);}document.getElementById('26b68512').innerHTML += ' | View Map';var $l423b99d83c5a19652085c2a6785c3ec3 = '

Credit Counseling of Arkansas (CCOA)

Address: 2301 S 56th St #103, Fort Smith, AR 72903, USA
Phone: (800) 889-4916
';var m_423b99d83c5a19652085c2a6785c3ec3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Counseling of Arkansas (CCOA)',});m_423b99d83c5a19652085c2a6785c3ec3['infowindow'] = new google.maps.InfoWindow({content: $l423b99d83c5a19652085c2a6785c3ec3});var infowindow = new google.maps.InfoWindow({content: $l423b99d83c5a19652085c2a6785c3ec3});google.maps.event.addListener(m_423b99d83c5a19652085c2a6785c3ec3, 'click', function() {infowindow.open(map,m_423b99d83c5a19652085c2a6785c3ec3);});$marker.push(m_423b99d83c5a19652085c2a6785c3ec3);}});}google.maps.event.addDomListener(window, 'load', initialize);