Raising CO Kids
Raising CO Kids

Youth Programs


Agency : The Pinon Project Family Resource Center
Location: 210 E MAIN ST - Montezuma County
Telephone: (970) 564-3801
Description: The Pinon Project Family Resource Center offers mentoring programs in which mentors and youth participate in activities Youth Empowerment Project provides: -Open gym-Safe space for youth before school starts -HB-1451, Community Evaluation Team and Communities of Excellence-for at risk youth -Coordinated Approach to Child Health (CATCH)-Create a community of healthy youth by providing education surrounding exercise and nutrition. -After School Program (ASP)-Provided in a safe space for youth to hang out while engaging in enrichment opportunities. -Summer Program & School Break Programs-Provides daily activities to help support the development of youth in the community. -Youth Suicide Prevention-Coordinator works in areas of suicide prevention -Friday Funday-For youth 5-17 years old, from 7:30-5:00, all day activities on Fridays for youth -Sources of Strength suicide prevention program (SOS)-Program that works with youth in the school toward suicide prevention. -Check and Connect-Intervention for kids k-12 who show signs of a disengagement with school, at risk of dropping out. -Boys to Men Southwest Colorado (B2MSWC)-Provide positive role models for boys 13-17
Address: 210 E MAIN ST
Hours: N/A

Eligibility: Children/Adolescents in Dolores and Montezuma counties. Area Served: Dolores, Montezuma counties
Application Process: Call or apply online
Languages Offered: English, Spanish
Disability Access: Full Access
Wheelchair Accessibility: Yes
Available to Immigrants w/o Documentation: No
Insurance Accepted: No

Agency Info

Description: Pinon provides a wide variety of services to provide comprehensive supports and services to children and families in Montezuma and Dolores County
Telephone 1: (970) 564-1195
Hours: N/A
Legal Status: Organización sin fines de lucro
Agency Locations & Programs: 210 E MAIN ST - Montezuma County
210 E MAIN ST
CORTEZ, CO
81321
Share It On Social Media
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

Stay in Touch

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

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

FacebookTwitterYouTube
© All Rights Reserved
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)); } }); } } }); } })