¡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

Cultural Transition Services


Agencia : Integrated Community
Ubicación: 443 Oak St - Routt County
Teléfono: (970) 871-4599
Descripción:

Proporciona los siguientes servicios:

  • clases de inglés
  • Clubes de conversación en inglés o Intercambio
  • Servicios de interpretación y traducción.
  • Servicios de recursos y referencias sobre inmigración e integración.
  • Educación sobre inmigración [por ejemplo, ciudadanía, permiso de trabajo, documentación de viaje, petición familiar, DACA, adaptación a la vida en los Estados Unidos, etc.]
  • Formación en competencias culturales
  • Eventos y actividades interculturales.
  • Servicios de tutoría y tutoría en inglés para niños a través de una colaboración con Partners en el condado de Routt
  • Educación de la primera infancia [por ejemplo, Bright By 3 en español, visitas domiciliarias a través de Madres Ensenando, programa Raising a Reader, Ready 4 Kindergarten]
  • Asistencia para el alquiler y los servicios públicos proporcionada según la financiación
Dirección: 443 Oak St
Horas: N/A

Elegibilidad:

Las personas deben ser inmigrantes y hablar inglés con limitaciones.

Área de Servicio: Condados de Moffat y Routt
Proceso de Solicitud: Llame para programar una cita.
Idiomas Ofrecidos: Inglés, Francés, Español, Interpretación Disponible
Acceso Para Discapacitados: Baño, Estacionamiento para discapacitados, Ascensor, Rampa
Accesibilidad en Silla de Ruedas:
Disponible Para Inmigrantes Sin Documentación:
Se Aceptan Seguros: No

Información de la agencia

Descripción:

Promueve y apoya la integración exitosa de inmigrantes y miembros de la comunidad local en los condados de Routt y Moffat.

Teléfono 1: (970) 871-4599
Horas: N/A
Estatus Legal: Organización sin fines de lucro
Ubicaciones y Programas de la Agencia: 555 Breeze St - Moffat County
555 Breeze St
Craig, CO
81625
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)); } }); } } }); } })