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.368,-94.3762)};var g_7986290f0889694009fb7c1f0afdf564 = new google.maps.Geocoder();g_7986290f0889694009fb7c1f0afdf564.geocode( { 'address': "5111 Rogers Ave # 55, Fort Smith, AR 72903, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-smith-AR-consumer-credit-counseling-services').style.display = '';map = new google.maps.Map(document.getElementById('fort-smith-AR-consumer-credit-counseling-services'), mapOptions);}document.getElementById('63644e35').innerHTML += ' | View Map';var $l7986290f0889694009fb7c1f0afdf564 = '

Consumer Credit Counseling Services

Address: 5111 Rogers Ave # 55, Fort Smith, AR 72903, USA
Phone: (479) 484-0311
';var m_7986290f0889694009fb7c1f0afdf564 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Consumer Credit Counseling Services',});m_7986290f0889694009fb7c1f0afdf564['infowindow'] = new google.maps.InfoWindow({content: $l7986290f0889694009fb7c1f0afdf564});var infowindow = new google.maps.InfoWindow({content: $l7986290f0889694009fb7c1f0afdf564});google.maps.event.addListener(m_7986290f0889694009fb7c1f0afdf564, 'click', function() {infowindow.open(map,m_7986290f0889694009fb7c1f0afdf564);});$marker.push(m_7986290f0889694009fb7c1f0afdf564);}});}google.maps.event.addDomListener(window, 'load', initialize);