¡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

Child Care Assistance and Child Support Enforcement


Agencia : Crowley County Department of Human Services
Ubicación: 631 Main Street, Suite 100 - Crowley County
Teléfono: (719) 267-3546
Descripción: Asistencia para el cuidado infantil (CCAP) brinda asistencia para pagar los costos del cuidado infantil a familias con niños de 0 a 12 años que califican según el tamaño de la familia y el ingreso familiar bruto. Child Support Enforcement (CSE) localiza a los padres que no tienen la custodia, establece la paternidad y establece y hace cumplir órdenes de manutención y órdenes de manutención médica.
Dirección: 631 Main Street, Suite 100
Horas: N/A

Elegibilidad: Residentes del condado de Crowley Área de Servicio: Condado de Crowley
Proceso de Solicitud: Llame para obtener más información
Idiomas Ofrecidos: N/A
Acceso Para Discapacitados: N
Accesibilidad en Silla de Ruedas:
Disponible Para Inmigrantes Sin Documentación: No
Se Aceptan Seguros: No

Información de la agencia

Descripción: Nuestros programas para familias y adultos ayudan a las personas a alcanzar su máximo potencial de autosuficiencia brindándoles servicios de apoyo temporales y apropiados. Creemos que la asistencia pública es una solución a corto plazo y que el automantenimiento a largo plazo es el objetivo final Nuestros trabajadores de bienestar infantil brindan servicios de protección a niños y adolescentes a través de educación, cuidado de crianza, asesoramiento y defensa. Nuestra división de cumplimiento de manutención infantil ayuda a los niños a obtener el apoyo financiero y médico que necesitan y merecen al localizar a padres que no tienen la custodia. establecer la paternidad y ayudar con las órdenes de manutención.
Teléfono 1: (719) 267-3546
Horas: N/A
Estatus Legal: Gobierno
Ubicaciones y Programas de la Agencia: 631 Main Street, Suite 100 - Crowley County
631 Main Street, Suite 100
Ordway, CO
81063
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)); } }); } } }); } })