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(38.4065,-82.4726)};var g_9345d430b5d94462b546799e466afbdd = new google.maps.Geocoder();g_9345d430b5d94462b546799e466afbdd.geocode( { 'address': "1102 Memorial Blvd, Huntington, WV 25701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntington-WV-consumer-credit-counseling-services').style.display = '';map = new google.maps.Map(document.getElementById('huntington-WV-consumer-credit-counseling-services'), mapOptions);}document.getElementById('5c0cf21a').innerHTML += ' | View Map';var $l9345d430b5d94462b546799e466afbdd = '

Consumer Credit Counseling Services

Address: 1102 Memorial Blvd, Huntington, WV 25701, USA
Phone: (304) 522-4321
';var m_9345d430b5d94462b546799e466afbdd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Consumer Credit Counseling Services',});m_9345d430b5d94462b546799e466afbdd['infowindow'] = new google.maps.InfoWindow({content: $l9345d430b5d94462b546799e466afbdd});var infowindow = new google.maps.InfoWindow({content: $l9345d430b5d94462b546799e466afbdd});google.maps.event.addListener(m_9345d430b5d94462b546799e466afbdd, 'click', function() {infowindow.open(map,m_9345d430b5d94462b546799e466afbdd);});$marker.push(m_9345d430b5d94462b546799e466afbdd);}});}google.maps.event.addDomListener(window, 'load', initialize);