¡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

Youth Mental Health Services


Agencia : Centennial Mental Health Center
Ubicación: 821 E Railroad Ave - Morgan County
Descripción:

Brinda servicios de salud mental a jóvenes que viven en el noreste de Colorado, que incluyen:

  • Terapia y asesoramiento
  • Defensa familiar y apoyo entre pares
  • Mentoría y apoyo para la transición de la juventud a la edad adulta
  • Intervenciones personalizadas de prevención del suicidio para jóvenes en riesgo

Se encuentran disponibles servicios específicos para jóvenes que enfrentan desafíos psiquiátricos y trastornos por uso de alcohol/sustancias.

Dirección: 821 E Railroad Ave
Horas: N/A

Elegibilidad:

Jóvenes de 0 a 18 años

Área de Servicio: Condados de Kit Carson, Morgan, Sedgwick, Yuma, Washington, Cheyenne, Elbert, Phillips, Lincoln y Logan
Proceso de Solicitud: Llame para más información.
Idiomas Ofrecidos: Inglés, Español
Acceso Para Discapacitados: Baño, Cinta Braille, Estacionamiento para discapacitados, Ascensor
Accesibilidad en Silla de Ruedas:
Disponible Para Inmigrantes Sin Documentación:
Se Aceptan Seguros:

Información de la agencia

Descripción:

Proporciona servicios de salud mental y tratamiento para trastornos por uso de alcohol y sustancias para los residentes del noreste de Colorado, incluidos asesoramiento, servicios psiquiátricos y ambulatorios, tratamiento diurno y servicios de salud mental para jóvenes.

Teléfono 1: (970) 522-4392
Horas: N/A
Estatus Legal: Sin ánimo de lucro
Ubicaciones y Programas de la Agencia: 365 W 2nd St - Yuma County
365 W 2nd St
Wray, CO
80758
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)); } }); } } }); } })