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.7157,-81.3359)};var g_5b3844b03bacdc8bb4f9ddb96c7d2672 = new google.maps.Geocoder();g_5b3844b03bacdc8bb4f9ddb96c7d2672.geocode( { 'address': "17 2nd St SE, Hickory, NC 28602, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hickory-NC-consumer-credit-counseling-services').style.display = '';map = new google.maps.Map(document.getElementById('hickory-NC-consumer-credit-counseling-services'), mapOptions);}document.getElementById('0b9aeb00').innerHTML += ' | View Map';var $l5b3844b03bacdc8bb4f9ddb96c7d2672 = '

Consumer Credit Counseling Services

Address: 17 2nd St SE, Hickory, NC 28602, USA
Phone: (828) 322-7161
';var m_5b3844b03bacdc8bb4f9ddb96c7d2672 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Consumer Credit Counseling Services',});m_5b3844b03bacdc8bb4f9ddb96c7d2672['infowindow'] = new google.maps.InfoWindow({content: $l5b3844b03bacdc8bb4f9ddb96c7d2672});var infowindow = new google.maps.InfoWindow({content: $l5b3844b03bacdc8bb4f9ddb96c7d2672});google.maps.event.addListener(m_5b3844b03bacdc8bb4f9ddb96c7d2672, 'click', function() {infowindow.open(map,m_5b3844b03bacdc8bb4f9ddb96c7d2672);});$marker.push(m_5b3844b03bacdc8bb4f9ddb96c7d2672);}});}google.maps.event.addDomListener(window, 'load', initialize);