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(39.6469,-106.952)};var g_2cb8217e813370d08f82888d710630db = new google.maps.Geocoder();g_2cb8217e813370d08f82888d710630db.geocode( { 'address': "Gypsum, CO 81637, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gypsum-CO-the-debt-doctor-llc').style.display = '';map = new google.maps.Map(document.getElementById('gypsum-CO-the-debt-doctor-llc'), mapOptions);}document.getElementById('edf4cb14').innerHTML += ' | View Map';var $l2cb8217e813370d08f82888d710630db = '

The Debt Doctor, LLC

Address: Gypsum, CO 81637, USA
Phone: (970) 376-0615
';var m_2cb8217e813370d08f82888d710630db = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Debt Doctor, LLC',});m_2cb8217e813370d08f82888d710630db['infowindow'] = new google.maps.InfoWindow({content: $l2cb8217e813370d08f82888d710630db});var infowindow = new google.maps.InfoWindow({content: $l2cb8217e813370d08f82888d710630db});google.maps.event.addListener(m_2cb8217e813370d08f82888d710630db, 'click', function() {infowindow.open(map,m_2cb8217e813370d08f82888d710630db);});$marker.push(m_2cb8217e813370d08f82888d710630db);}});}google.maps.event.addDomListener(window, 'load', initialize);