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(33.2142,-97.1339)};var g_647af81d6697e2c48dde25352ea10c4d = new google.maps.Geocoder();g_647af81d6697e2c48dde25352ea10c4d.geocode( { 'address': "207 W Hickory St # 202, Denton, TX 76201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('denton-TX-consumer-credit-counseling-services').style.display = '';map = new google.maps.Map(document.getElementById('denton-TX-consumer-credit-counseling-services'), mapOptions);}document.getElementById('99397ed5').innerHTML += ' | View Map';var $l647af81d6697e2c48dde25352ea10c4d = '

Consumer Credit Counseling Services

Address: 207 W Hickory St # 202, Denton, TX 76201, USA
Phone: (940) 382-0331
';var m_647af81d6697e2c48dde25352ea10c4d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Consumer Credit Counseling Services',});m_647af81d6697e2c48dde25352ea10c4d['infowindow'] = new google.maps.InfoWindow({content: $l647af81d6697e2c48dde25352ea10c4d});var infowindow = new google.maps.InfoWindow({content: $l647af81d6697e2c48dde25352ea10c4d});google.maps.event.addListener(m_647af81d6697e2c48dde25352ea10c4d, 'click', function() {infowindow.open(map,m_647af81d6697e2c48dde25352ea10c4d);});$marker.push(m_647af81d6697e2c48dde25352ea10c4d);}});}google.maps.event.addDomListener(window, 'load', initialize);