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.1496,-80.2698)};var g_35d315920c03d60c9d8b3d2aec19c412 = new google.maps.Geocoder();g_35d315920c03d60c9d8b3d2aec19c412.geocode( { 'address': "8064 North Point Blvd #204, Winston-Salem, NC 27106, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('winston-salem-NC-consumer-credit-counseling-services').style.display = '';map = new google.maps.Map(document.getElementById('winston-salem-NC-consumer-credit-counseling-services'), mapOptions);}document.getElementById('202d64cb').innerHTML += ' | View Map';var $l35d315920c03d60c9d8b3d2aec19c412 = '

Consumer Credit Counseling Services

Address: 8064 North Point Blvd #204, Winston-Salem, NC 27106, USA
Phone: (336) 896-1191
';var m_35d315920c03d60c9d8b3d2aec19c412 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Consumer Credit Counseling Services',});m_35d315920c03d60c9d8b3d2aec19c412['infowindow'] = new google.maps.InfoWindow({content: $l35d315920c03d60c9d8b3d2aec19c412});var infowindow = new google.maps.InfoWindow({content: $l35d315920c03d60c9d8b3d2aec19c412});google.maps.event.addListener(m_35d315920c03d60c9d8b3d2aec19c412, 'click', function() {infowindow.open(map,m_35d315920c03d60c9d8b3d2aec19c412);});$marker.push(m_35d315920c03d60c9d8b3d2aec19c412);}});}google.maps.event.addDomListener(window, 'load', initialize);