¡El buscador de servicios para la primera infancia ya está disponible! Descubre aquí los servicios que podrían ser ideales para tu familia.

Raising CO Kids
Raising CO Kids

ADRC - Region 10


Agencia : Region 10
Ubicación: 145 South Cascade Ave - Montrose County
Teléfono: (970) 249-2436
Descripción: ADRC capacita a los adultos mayores, los adultos con discapacidades y los cuidadores para navegar por las opciones de salud y atención a largo plazo. ADRC ofrece una variedad de servicios que incluyen: - Información - Referencias - Planificación y seguimiento a largo plazo - Asesoramiento sobre opciones - Asistencia con la solicitud - Asesoramiento sobre beneficios - Modificaciones en el hogar tales como: barras de apoyo, barandillas, rampas para sillas de ruedas y otras modificaciones - Reparaciones en el hogar para hacer que la vida en casa sea más fácil para las personas mayores, tales como: Reemplazo de grifos, puertas y ventanas que gotean - Acceso a programas y beneficios públicos de apoyo a largo plazo - Brinda asistencia a los profesionales que buscan asistencia en nombre de sus clientes - Las reuniones del ADRC se llevan a cabo el segundo martes de cada mes de 9:30 am - 11:00 am en la oficina de la Región 10.
Dirección: 145 South Cascade Avenue
Horas: N/A

Elegibilidad: Personas mayores de 60 años y adultos de 18 años o más con una discapacidad Área de Servicio: Condados de Delta, Gunnison, Hinsdale, Montrose, Ouray y San Miguel
Proceso de Solicitud: Llame para solicitar información y asistencia o conéctese en línea y complete un formulario para solicitar asistencia
Idiomas Ofrecidos: Inglés, Español
Acceso Para Discapacitados: Acceso completo
Accesibilidad en Silla de Ruedas:
Disponible Para Inmigrantes Sin Documentación: No
Se Aceptan Seguros: No

Información de la agencia

Descripción: La Región 10 brinda servicios para personas mayores, servicios para pequeñas empresas y apoyo al desarrollo regional a los condados de Delta, Montrose, Hinsdale, Gunnison, Ouray y San Miguel.
Teléfono 1: (970) 249-2436
Horas: N/A
Estatus Legal: Organización sin fines de lucro
Ubicaciones y Programas de la Agencia: 145 South Cascade Ave - Montrose County
145 South Cascade Avenue
Montrose, CO
81401
Compártelo en las redes sociales
Contact Us

Raising Colorado Kids Guide is brought to you by the Colorado Office of Early Childhood.

For general help, call 1-800-799-5876 or email  cdhs_oec_communications@state.co.us

Contáctenos

La Guía para niños de Raising Colorado es presentada por la Departamento de la Primera Infancia de Colorado.

Para obtener ayuda general, llame al 1-800-799-5876 o envíe un correo electrónico cdec_communications@state.co.us

FacebookTwitterYouTube
© Reservados todos los derechos
Dept of Early Childhood
cross
jQuery(function($){ //alert($('#hearder-zip').val()) ; var current_url = document.URL ; var site_url = $('input[name=site_url]').val() ; var page_post_type = $('input[name=page_post_type]').val() ; var global_page_id = $('input[name=global_page_id]').val() ; var zipcodeCookie = Cookies.get('zipcode-cookie') ; //console.log('--------------------') ; //console.log(zipcodeCookie) ; //console.log(Cookies.get('lng-cookie')) ; if(zipcodeCookie != '' && zipcodeCookie != 'undefined' && zipcodeCookie != undefined) { $("div#zipcode-block").css('display','block') ; //console.log(12) ; $("span#hearder-zip").html(zipcodeCookie) ; } //alert(current_url+'=='+site_url) ; //if(site_url == current_url) { if(zipcodeCookie == '' || zipcodeCookie == 'undefined' || zipcodeCookie == undefined) { if(navigator.geolocation) { // it's supported navigator.geolocation.watchPosition(function(position) { console.log('Geolocation is enabled, and the user approved'); var myLatitude = position.coords.latitude; var myLongitude = position.coords.longitude; //alert(myLatitude+'=='+myLongitude) ; currgeocoder = new google.maps.Geocoder() ; if (myLatitude != '' && myLongitude != '') { //console.log('Success'); var myLatlng = new google.maps.LatLng(myLatitude, myLongitude); currgeocoder.geocode({ 'location': myLatlng }, function(results, status) { if (status == google.maps.GeocoderStatus.OK) { //console.log('-------- Result ---------'); //console.log(results); var lat = results[1].geometry.location.lat(); var lng = results[1].geometry.location.lng(); //$('input[name=header-lat]').val(lat); //$('input[name=header-lng]').val(lng); //$('input[name=header-full-address]').val(results[0].formatted_address); //console.log(lat+'=='+lng) ; /* ------------------ Set cookie ------------------- */ if(lat != '') { Cookies.set('lat-cookie', lat, { expires: 7, path: '/' }); } if(lng != '') { Cookies.set('lng-cookie', lng, { expires: 7, path: '/' }); } Cookies.set('address-cookie', results[1].formatted_address, { expires: 7, path: '/' }); //console.log('lat-cookie::'+Cookies.get('lat-cookie')) ; var address_components = results[1].address_components ; address_components.forEach((component) => { if (component.types.indexOf("street_number") > -1) { //$('input[name=header-street]').val(component.long_name); Cookies.set('street-cookie', component.long_name, { expires: 7, path: '/' }); } if (component.types.indexOf("postal_code") > -1) { // alert(component.long_name) ; //console.log('ZIP::'+component.long_name) ; // set code postal //$('input[name=header-zipcode]').val(component.long_name); //console.log('SSSSSSSSSSSSSS'+component.long_name) ; Cookies.set('zipcode-cookie', component.long_name, { expires: 7, path: '/' }); $("div#zipcode-block").css('display','block') ; $("span#hearder-zip").html(component.long_name) ; $('input[name=advance-program-full-address]').val(component.long_name) ; $('input[name=advance-search-full-address]').val(component.long_name) ; $("div#page_location_211").css('display','none') ; $("div#page_location_childcare").css('display','none') ; if(page_post_type == 'page'){ if($('div.page-component-service-box').is(':visible')) { loadServiceComponentData() ; } if($('div.page-component-program-box').is(':visible')) { loadProgramComponentData() ; } } } }); } else { //alert('Geocode was not successful for the following reason: ' + status); console.log('Geocode was not successful for the following reason: ' + status) ; Cookies.set('zipcode-cookie', '81501', { expires: 7, path: '/' }); Cookies.set('lat-cookie', '39.112477', { expires: 7, path: '/' }); Cookies.set('lng-cookie', '-108.533034', { expires: 7, path: '/' }); $("div#zipcode-block").css('display','block') ; $("span#hearder-zip").html('81501') ; $('input[name=advance-program-full-address]').val('81501') ; $('input[name=advance-search-full-address]').val('81501') ; if(page_post_type == 'page'){ if($('div.page-component-service-box').is(':visible')) { loadServiceComponentData() ; } if($('div.page-component-program-box').is(':visible')) { loadProgramComponentData() ; } } } }); } }, function (error) { Cookies.set('zipcode-cookie', '81501', { expires: 7, path: '/' }); Cookies.set('lat-cookie', '39.112477', { expires: 7, path: '/' }); Cookies.set('lng-cookie', '-108.533034', { expires: 7, path: '/' }); $("div#zipcode-block").css('display','block') ; $("span#hearder-zip").html('81501') ; $('input[name=advance-program-full-address]').val('81501') ; $('input[name=advance-search-full-address]').val('81501') ; if(page_post_type == 'page'){ if($('div.page-component-service-box').is(':visible')) { loadServiceComponentData() ; } if($('div.page-component-program-box').is(':visible')) { loadProgramComponentData() ; } } if (error.code == error.PERMISSION_DENIED) { console.log('The user declined'); //$('input[name=header-zipcode]').val('81610'); }else{ console.log('Either turned of, or another error occurred ?'); } }); } //Cookies.set('testcookie', 'partha', { expires: 7, path: '/' }); //var testcookie = Cookies.get('testcookie'); //console.log(testcookie) ; //Cookies.remove('testcookie'); //console.log(Cookies.get('testcookie')) ; } function loadServiceComponentData(){ //console.log('loading service data') ; var _this = $(this) ; $.ajax({ type: "POST", url: site_url+'wp-content/plugins/ajax/colorado_services_ajax.php', data: { action: 'service_result', pageId: global_page_id }, success:function(data) { var parseRes = JSON.parse(data); var totalSearchRows = parseInt(Object.keys(parseRes.resultArray).length) ; var htmlStr = '' ; if(totalSearchRows > 0) { $("div.page-component-service-box").html('') ; htmlStr += '
' ; htmlStr += '
' ; htmlStr += '
From our friends at 2-1-1 Colorado:
' ; htmlStr += '

Services and Programs Near You:

' ; htmlStr += '
' ; if(parseRes.zipcodeCookie != '' && parseRes.zipcodeCookie == '81501') { htmlStr += '

Showing the Grand Junction area now. Please set your location for local results.

' ; } htmlStr += '
' ; htmlStr += '
' ; htmlStr += '
' ; htmlStr += '' ; htmlStr += '
' ; htmlStr += '
' ; htmlStr += '
' ; htmlStr += '
' ; htmlStr += '' ; htmlStr += '
' ; htmlStr += '
' ; htmlStr += '
' ; htmlStr += '
' ; htmlStr += '
' ; htmlStr += '2-1-1 Colorado is a confidential and multilingual service connecting people to vital resources across the state. No matter where you live in Colorado, you can find information about resources in your local community.' ; htmlStr += '
' ; htmlStr += '
' ; htmlStr += '' ; htmlStr += '
' ; htmlStr += '
' ; $("div.page-component-service-box").html(htmlStr).promise().then(function(){ var locations = parseRes.mapArray ; var map = new google.maps.Map(document.getElementById('page-map'), { zoom: 6, center: new google.maps.LatLng(parseRes.serviceLat, parseRes.serviceLng), mapTypeId: google.maps.MapTypeId.ROADMAP }); var infowindow = new google.maps.InfoWindow() ; var marker, i; for (i = 0; i < locations.length; i++) { marker = new google.maps.Marker({ position: new google.maps.LatLng(locations[i][1], locations[i][2]), map: map }); google.maps.event.addListener(marker, 'click', (function(marker, i) { return function() { infowindow.setContent(locations[i][0]); infowindow.open(map, marker); } })(marker, i)); } }); } } }) } function loadProgramComponentData(){ //console.log('loading program data') ; var _this = $(this) ; $.ajax({ type: "POST", url: site_url+'wp-content/plugins/ajax/colorado_programs_ajax.php', data: { action: 'program_result', pageId: global_page_id }, success:function(data) { var parseRes = JSON.parse(data); var totalSearchRows = parseInt(Object.keys(parseRes.resultArray).length) ; var htmlStr = '' ; if(totalSearchRows > 0) { $("div.page-component-program-box").html('') ; htmlStr += '
' htmlStr += '
' htmlStr += '
From our friends at Colorado Shines:
' htmlStr += '

Services and Programs Near You:

' htmlStr += '
' if(parseRes.zipcodeCookie != '' && parseRes.zipcodeCookie == '81501') { htmlStr += '

Showing the Grand Junction area now. Please set your location for local results.

' ; } htmlStr += '
' ; htmlStr += '
'; htmlStr += '
'; htmlStr += ''; htmlStr += '
'; htmlStr += '
'; htmlStr += '
' ; htmlStr += '
' ; $.each(parseRes.resultArray, function(i, v){ htmlStr += '
' ; htmlStr += '
' ; htmlStr += ''+v.title+'' ; var lavelClass = '' ; if(v.program_level == 'Level 1') { lavelClass = 'star-1' ; }else if(v.program_level == 'Level 2'){ lavelClass = 'star-2' ; }else if(v.program_level == 'Level 3'){ lavelClass = 'star-3' ; }else if(v.program_level == 'Level 4'){ lavelClass = 'star-4' ; }else if(v.program_level == 'Level 5'){ lavelClass = 'star-5' ; } htmlStr += '
' ; if(lavelClass != ''){ htmlStr += '' ; }else{ htmlStr += ' Not currently rated' ; } htmlStr += '
' ; htmlStr += '
'; htmlStr += '
' ; htmlStr += 'LOCATION: '+v.location ; htmlStr += '' ; if(v.distance != '') { htmlStr += ''+v.distance+' miles' ; } htmlStr += '' htmlStr += '
' ; htmlStr += '
'; }) htmlStr += '
' ; htmlStr += '
' ; htmlStr += '
' ; htmlStr += '
' ; htmlStr += '
' ; htmlStr += 'Colorado Shines is a quality rating and improvement system that monitors and supports early learning programs. Its primary functions are to help participating programs and professionals improve their quality through assessment, training and tools, and to connect Colorado families with quality child care.' ; htmlStr += '
' ; htmlStr += '
' ; htmlStr += '' ; htmlStr += '
' ; htmlStr += '
' ; $("div.page-component-program-box").html(htmlStr).promise().then(function(){ var locations = parseRes.mapArray ; var map = new google.maps.Map(document.getElementById('coloradoshine_map_details'), { zoom: 6, center: new google.maps.LatLng(parseRes.serviceLat, parseRes.serviceLng), mapTypeId: google.maps.MapTypeId.ROADMAP }); var infowindow = new google.maps.InfoWindow() ; var marker, i; for (i = 0; i < locations.length; i++) { marker = new google.maps.Marker({ position: new google.maps.LatLng(locations[i][1], locations[i][2]), map: map }); google.maps.event.addListener(marker, 'click', (function(marker, i) { return function() { infowindow.setContent(locations[i][0]); infowindow.open(map, marker); } })(marker, i)); } }); } } }); } })